Skip to content

Commit

Permalink
Update deployment-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOomenTheDeveloper authored Jun 18, 2024
1 parent 2d9017d commit d8e6ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ jobs:
run: az aks get-credentials -g ${{ secrets.AZURE_RESOURCE_GROUP }} -n ${{ secrets.AZURE_CLUSTER_NAME }}

- name: Restart deployment
run: kubectl rollout restart deployment/frontend
run: kubectl rollout restart deployment/frontend -n ${{ secrets.AKS_NAMESPACE }}
continue-on-error: true # If AKS cluster is not available, pipeline should not fail

0 comments on commit d8e6ff4

Please sign in to comment.