We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f395877 commit 9a68330Copy full SHA for 9a68330
.github/workflows/k8s_deploy.yml
@@ -89,9 +89,9 @@ jobs:
89
shell: bash
90
run: |
91
bash cicd-deployment-scripts/k8s/assert_deploy_success.sh \
92
- -n ${{ env.KUBERNETES_NAMESPACE }} \
93
- -d ${{ github.event.repository.name }} \
94
- -m ${{ env.APPLICATION_STARTUP_MESSAGE }}
+ -n "${{ env.KUBERNETES_NAMESPACE }}" \
+ -d "${{ github.event.repository.name }}-canary" \
+ -m "${{ env.APPLICATION_STARTUP_MESSAGE }}"
95
96
- name: Promote Deployment
97
uses: Azure/k8s-deploy@v5
0 commit comments