Skip to content

Commit

Permalink
Add metricsforwarder_host variable to deploy-autoscaler.sh manifest c…
Browse files Browse the repository at this point in the history
…reation function
  • Loading branch information
bonzofenix committed Oct 23, 2024
1 parent c376f1b commit c6d079a
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 @@ -107,6 +107,7 @@ function create_manifest(){
-v cf_client_id=autoscaler_client_id \
-v cf_client_secret=autoscaler_client_secret \
-v postgres_external_port="$(get_postgres_external_port)"\
-v metricsforwarder_host="${metricsforwarder_host}"\
--vars-file=/tmp/autoscaler-secrets.yml \
-v skip_ssl_validation=true \
> "${tmp_manifest_file}"
Expand Down

0 comments on commit c6d079a

Please sign in to comment.