Commit a2a6ba3
committed
fix: render extra RBAC rules without extra indentation
serviceAccount.rbac.extra is expected to provide RBAC rule list items aligned under rules.
The template added nindent 2, over-indenting those entries and producing invalid or misplaced YAML. Render the provided YAML directly so extra rules align with the rest of the rule list.1 parent af88a22 commit a2a6ba3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments