File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 1313 - cf_export NAMESPACE=${{STAGE}}
1414 - cf_export IMAGE_NAME=${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}
1515 - cf_export IMAGE_TAG=${{CF_RELEASE_TAG}}
16- - cf_export APP_HOST=${{COLOR}}.example.${{BASE_HOST}}
1716 - cf_export GATEWAY_HOST=example.${{BASE_HOST}}
1817 - cf_export RELEASE_NAME=example-${{COLOR}}
1918
Original file line number Diff line number Diff line change 9191 echo "Config file is ${config}"
9292 echo "Updating [${KUBE_CONTEXT}] context {{ get "namespace" }} namespace: $cur_color => $new_color"
9393 export COLOR=$new_color
94+ export APP_HOST=${COLOR}.example.${BASE_HOST}
9495 # Deploy the app and update istio virtual service
9596 helmfile --namespace {{ get "namespace" }} sync
9697 echo "$new_color" > ${config}
You can’t perform that action at this time.
0 commit comments