Commit 2d9c150
Fix helm namespace - deploy to default namespace (#36)
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 bfcf87e commit 2d9c150
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments