Skip to content

Commit

Permalink
Does not remove postgres tls from bosh deployment
Browse files Browse the repository at this point in the history
This is only needed when deploying as a cf app where we might wanna use
a DB service instead of a vm provisioned instance.
  • Loading branch information
bonzofenix committed May 21, 2024
1 parent 3f5653f commit 093f559
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/autoscaler/scripts/deploy-autoscaler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ops_files=${OPS_FILES:-"${autoscaler_dir}/operations/add-releases.yml\
${autoscaler_dir}/operations/configure-log-cache-and-forward-metrics-via-mtls.yml\
${autoscaler_dir}/operations/remove-metricsserver.yml\
${autoscaler_dir}/operations/remove-metricsgateway.yml\
${autoscaler_dir}/operations/remove-postgres-tls.yml\
${autoscaler_dir}/operations/enable-log-cache-via-uaa.yml\
${autoscaler_dir}/operations/enable-metricsforwarder-syslog.yml\
${autoscaler_dir}/operations/enable-scheduler-logging.yml"}
Expand Down

0 comments on commit 093f559

Please sign in to comment.