Skip to content

Commit 3b065f3

Browse files
committed
fix(ci): overwite without a second r typo
1 parent f45748c commit 3b065f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# see staging.yaml for needed vars, most are derived from namespace
133133
IMAGE: ${{ env.REPOSITORY }}/${{ env.IMAGE}}:${{ steps.tag.outputs.tag }}
134134
# needed in the env for production.yaml
135-
KUBERNETES_NAMESPACE_OVERWITE: ${{ env.K8S_NAMESPACE }}
135+
KUBERNETES_NAMESPACE_OVERWRITE: ${{ env.K8S_NAMESPACE }}
136136
run: |
137137
# Ensure namespace exists
138138
kubectl get namespace ${K8S_NAMESPACE} || kubectl create namespace ${K8S_NAMESPACE}

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# see staging.yaml for needed vars, most are derived from namespace
133133
IMAGE: ${{ env.REPOSITORY }}/${{ env.IMAGE}}:${{ steps.tag.outputs.tag }}
134134
# needed in the env for staging.yaml
135-
KUBERNETES_NAMESPACE_OVERWITE: ${{ env.K8S_NAMESPACE }}
135+
KUBERNETES_NAMESPACE_OVERWRITE: ${{ env.K8S_NAMESPACE }}
136136
run: |
137137
# Ensure namespace exists
138138
kubectl get namespace ${K8S_NAMESPACE} || kubectl create namespace ${K8S_NAMESPACE}

0 commit comments

Comments
 (0)