Commit 2f522db
committed
fix: correct indentation for extraEnv and volumeMounts using nindent
Replaced `indent` with `nindent` in Helm templates for:
- `extraEnv` variables
- `volumeMounts` declarations
Ensures proper YAML formatting by:
1. Starting blocks on new lines
2. Maintaining consistent 8-space indentation
3. Preventing indentation errors in generated manifests
Signed-off-by: siyu77 <[email protected]>1 parent 1c053e8 commit 2f522db
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments