Commit e439ee0
committed
fix: add nil-safety guards for global imagePullSecrets
Guard against nil values when .Values.global or
.Values.global.imagePullSecrets is undefined by checking
.Values.global exists before accessing its keys and using
default empty lists in concat to prevent template errors
when used as a subchart.1 parent 55c3ac9 commit e439ee0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments