Commit 0ec900c
Fix helm namespace - deploy to default namespace (#17)
The self-hosted runner runs in the github-runner namespace, so helm was
using that as the default. This caused helm to think releases didn't
exist (it was looking in github-runner but releases are in default).
Added --namespace default to helm commands and -n default to kubectl.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9a454ff commit 0ec900c
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
0 commit comments