Set namespace for kubectl call
This commit is contained in:
committed by
Greg Hellings
parent
1f916dd21b
commit
135846b1e6
@@ -59,4 +59,4 @@ jobs:
|
|||||||
- name: Update deployment to new image version
|
- name: Update deployment to new image version
|
||||||
run: |
|
run: |
|
||||||
set -e -o pipefail
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user