mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
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:
parent
5f0b331549
commit
99068c09bc
1 changed files with 0 additions and 5 deletions
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue