Skip to content

Commit

Permalink
fix(ci): overwite without a second r typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Feb 26, 2025
1 parent f45748c commit 3b065f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# see staging.yaml for needed vars, most are derived from namespace
IMAGE: ${{ env.REPOSITORY }}/${{ env.IMAGE}}:${{ steps.tag.outputs.tag }}
# needed in the env for production.yaml
KUBERNETES_NAMESPACE_OVERWITE: ${{ env.K8S_NAMESPACE }}
KUBERNETES_NAMESPACE_OVERWRITE: ${{ env.K8S_NAMESPACE }}
run: |
# Ensure namespace exists
kubectl get namespace ${K8S_NAMESPACE} || kubectl create namespace ${K8S_NAMESPACE}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# see staging.yaml for needed vars, most are derived from namespace
IMAGE: ${{ env.REPOSITORY }}/${{ env.IMAGE}}:${{ steps.tag.outputs.tag }}
# needed in the env for staging.yaml
KUBERNETES_NAMESPACE_OVERWITE: ${{ env.K8S_NAMESPACE }}
KUBERNETES_NAMESPACE_OVERWRITE: ${{ env.K8S_NAMESPACE }}
run: |
# Ensure namespace exists
kubectl get namespace ${K8S_NAMESPACE} || kubectl create namespace ${K8S_NAMESPACE}
Expand Down

0 comments on commit 3b065f3

Please sign in to comment.