Skip to content

Commit

Permalink
Fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGuedes committed Nov 8, 2024
1 parent 4bfa380 commit a130c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production/helm/loki/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ storage:
Calculate the config from structured and unstructured text input
*/}}
{{- define "loki.calculatedConfig" -}}
{{- required ".Values.loki.storage.bucketNames is required, search for "FIXME" on the `values.yaml` file" .Values.loki.storage.bucketNames -}}
{{ tpl (mergeOverwrite (tpl .Values.loki.config . | fromYaml) .Values.loki.structuredConfig | toYaml) . }}
{{- end }}

Expand Down

0 comments on commit a130c39

Please sign in to comment.