Commit fa3624e
fix(loki): rename schema_config → schemaConfig for chart v6.x
The Loki Helm chart v6.x validate.yaml checks $.Values.loki.schemaConfig
(camelCase), so the snake_case schema_config key we were using was
invisible to the chart's validation and triggered
"You must provide a schema_config for Loki".
Also bump schema start date to 2024-04-01 and align index prefix with
chart convention (loki_index_).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a301f9c commit fa3624e
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments