Skip to content

Commit 9a68330

Browse files
committed
fix: deploy success assertion
1 parent f395877 commit 9a68330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/k8s_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
shell: bash
9090
run: |
9191
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 }}
92+
-n "${{ env.KUBERNETES_NAMESPACE }}" \
93+
-d "${{ github.event.repository.name }}-canary" \
94+
-m "${{ env.APPLICATION_STARTUP_MESSAGE }}"
9595
9696
- name: Promote Deployment
9797
uses: Azure/k8s-deploy@v5

0 commit comments

Comments
 (0)