From a55ee4eeda13ece0d410697275536f1886d1708c Mon Sep 17 00:00:00 2001 From: Alan Moran Date: Tue, 11 Jun 2024 13:08:15 +0200 Subject: [PATCH] Does not disable postgres tls by default --- ci/autoscaler/scripts/deploy-autoscaler.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/autoscaler/scripts/deploy-autoscaler.sh b/ci/autoscaler/scripts/deploy-autoscaler.sh index 93604d8249..0af6d13d97 100755 --- a/ci/autoscaler/scripts/deploy-autoscaler.sh +++ b/ci/autoscaler/scripts/deploy-autoscaler.sh @@ -21,7 +21,6 @@ ops_files=${OPS_FILES:-"${autoscaler_dir}/operations/add-releases.yml\ ${autoscaler_dir}/operations/remove-metricsgateway.yml\ ${autoscaler_dir}/operations/enable-log-cache-via-uaa.yml\ ${autoscaler_dir}/operations/enable-metricsforwarder-via-syslog-agent.yml\ - ${autoscaler_dir}/operations/disable-postgres-tls-config.yml\ ${autoscaler_dir}/operations/enable-scheduler-logging.yml"}