Skip to content

Commit

Permalink
Merge pull request #3130 from cloudfoundry/metricsforwarder-mtar-poc
Browse files Browse the repository at this point in the history
Uses deploment name as default cf space
  • Loading branch information
bonzofenix authored Aug 14, 2024
2 parents d8d6033 + b85cd27 commit 6c58b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/autoscaler/scripts/vars.source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ debug "AUTOSCALER_ORG: ${AUTOSCALER_ORG}"
log "set up vars: AUTOSCALER_ORG=${AUTOSCALER_ORG}"
autoscaler_org="${AUTOSCALER_ORG}"

export AUTOSCALER_SPACE="${AUTOSCALER_SPACE:-"develop"}"
export AUTOSCALER_SPACE="${AUTOSCALER_SPACE:-$DEPLOYMENT_NAME}"
debug "AUTOSCALER_SPACE: ${AUTOSCALER_SPACE}"
log "set up vars: AUTOSCALER_SPACE=${AUTOSCALER_SPACE}"
autoscaler_space="${AUTOSCALER_SPACE}"
Expand Down

0 comments on commit 6c58b37

Please sign in to comment.