Skip to content

Instantly share code, notes, and snippets.

View mhaligowski's full-sized avatar
🎯
Focusing

Mateusz Haligowski mhaligowski

🎯
Focusing
  • yahoo.com
  • Seattle, WA
  • 08:46 (UTC -07:00)
View GitHub Profile
@mhaligowski
mhaligowski / stdout
Created February 1, 2025 21:53
helm upgrade --install --namespace loki --create-namespace loki grafana/loki
Error: template: loki/templates/write/statefulset-write.yaml:50:28: executing "loki/templates/write/statefulset-write.yaml" at <include "loki.configMapOrSecretContentHash" (dict "ctx" . "name" "/config.yaml")>: error calling include: template: loki/templates/_helpers.tpl:1131:8: executing "loki.configMapOrSecretContentHash" at <include (print .ctx.Template.BasePath .name) .ctx>: error calling include: template: loki/templates/config.yaml:19:7: executing "loki/templates/config.yaml" at <include "loki.calculatedConfig" .>: error calling include: template: loki/templates/_helpers.tpl:507:24: executing "loki.calculatedConfig" at <tpl .Values.loki.config .>: error calling tpl: error during tpl function execution for "{{- if .Values.enterprise.enabled}}
{{- tpl .Values.enterprise.config . }}
{{- else }}
auth_enabled: {{ .Values.loki.auth_enabled }}
{{- end }}
{{- with .Values.loki.server }}
server:
{{- toYaml . | nindent 2}}
{{- end}}