Commit e8dfa9a
committed
fix(helm): close validateSecret before the new shared-state define
The shared-state guard was added between validateSecret's inner {{ end }}
and the one closing the define, so the new define nested inside it and
the chart stopped parsing: 'unexpected <define> in command'. Neither the
guard nor any other template rendered.
Closes validateSecret first and drops the now-stray trailing end. Checked
with helm lint plus template renders at one replica, at three without
Redis (guard fires), and at three with Redis.1 parent 0848f32 commit e8dfa9a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
0 commit comments