fixing env var spelling error (#1160)

This commit is contained in:
Joseph Flinn 2021-08-27 09:12:50 -07:00 committed by GitHub
parent bb30f3b7c3
commit b9d0226ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,5 +67,5 @@ jobs:
IMAGE_TAG: ${{ steps.image_tag.outputs.value }}
run: |
kubectl set image -n $_QA_K8S_NAMESPACE deployment/web web=bitwardenqa.azurecr.io/web:$IMAGE_TAG --record
kubectl rollout restart -n $QA_K8s_NAMESPACE deployment/web
kubectl rollout restart -n $_QA_K8S_NAMESPACE deployment/web
kubectl rollout status deployment/web -n $_QA_K8S_NAMESPACE