Skip to content

Commit

Permalink
Merge pull request #3033 from cloudfoundry/fix/missing-metricsforward…
Browse files Browse the repository at this point in the history
…er-host-variable

Adds missing variable to deploy-autoscaler script
  • Loading branch information
bonzofenix authored Jun 19, 2024
2 parents 2853daa + 0f8bef5 commit ee4f7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/autoscaler/scripts/deploy-autoscaler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function create_manifest(){
-v syslog_agent_log_cache_tls_key="$(credhub get -n /bosh-autoscaler/cf/syslog_agent_log_cache_tls --key private_key --quiet)"\
-v metricscollector_ca_cert="$(credhub get -n /bosh-autoscaler/cf/log_cache --key ca --quiet)"\
-v metricscollector_client_cert="$(credhub get -n /bosh-autoscaler/cf/log_cache --key certificate --quiet)"\
-v metricsforwarder_host="${metricsforwarder_host}"\
-v metricscollector_client_key="$(credhub get -n /bosh-autoscaler/cf/log_cache --key private_key --quiet)"\
-v skip_ssl_validation=true \
> "${tmp_manifest_file}"
Expand Down

0 comments on commit ee4f7d2

Please sign in to comment.