fix(chart): template references removed value

The prometheus config was removed in v1.16 and this causes the chart to
fail templating.
This commit is contained in:
Julian Tölle 2022-06-19 14:33:28 +02:00
parent 5f0b331549
commit 99068c09bc

View file

@ -8,8 +8,3 @@ type: Opaque
data:
spotify-client-secret: {{ .Values.spotify.clientSecret | b64enc | quote }}
jwt-secret: {{ .Values.auth.jwtSecret | b64enc | quote }}
{{- if .Values.prometheus.basicAuth.enabled }}
prometheus-basic-auth-username: {{ .Values.prometheus.basicAuth.username | b64enc | quote }}
prometheus-basic-auth-password: {{ .Values.prometheus.basicAuth.password | b64enc | quote }}
{{- end }}