Set namespace for kubectl call

This commit is contained in:
Gregory Hellings
2024-04-22 01:38:31 -05:00
committed by Greg Hellings
parent 1f916dd21b
commit 135846b1e6
+1 -1
View File
@@ -59,4 +59,4 @@ jobs:
- name: Update deployment to new image version
run: |
set -e -o pipefail
kubectl set image deployments/www www=${{ env.IMAGE_REGISTRY }}/${{ steps.build-image.outputs.image }}:${{ steps.time.outputs.time }}
kubectl set image -n sites deployments/www www=${{ env.IMAGE_REGISTRY }}/${{ steps.build-image.outputs.image }}:${{ steps.time.outputs.time }}