Skip to content

Commit

Permalink
ci: add KUBE_CONTEXT to Taskfile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlcrashr committed Jul 26, 2024
1 parent 0b63f0a commit 1745e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tasks:
requires:
vars:
- CONFIG_FILE
- KUBE_CONTEXT
dir: ./helm/charts/
cmds:
- helm upgrade --install stwhh-mensa ./stwhh-mensa/ -f "{{.CONFIG_FILE}}"
- helm upgrade --kube-context "{{.KUBE_CONTEXT}}" --install stwhh-mensa ./stwhh-mensa/ -f "{{.CONFIG_FILE}}"

0 comments on commit 1745e53

Please sign in to comment.