Commit 9b8b359
[tempo-vulture] fix annotation indentation in deployment template (grafana-community#87)
The deployment template used `indent 4` instead of `nindent 4` for
annotations, which produced invalid YAML when `.Values.annotations`
was set. Switch to `nindent 4` to match the rest of the template.
Signed-off-by: TheRealNoob <mike1118@live.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 99decf5 commit 9b8b359
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments