From 99068c09bcee7f6084ba9769f2f2d1be7fc6c8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 19 Jun 2022 14:33:28 +0200 Subject: [PATCH] fix(chart): template references removed value The prometheus config was removed in v1.16 and this causes the chart to fail templating. --- charts/listory/templates/secrets.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/charts/listory/templates/secrets.yaml b/charts/listory/templates/secrets.yaml index 19b9fd6..2858c1f 100644 --- a/charts/listory/templates/secrets.yaml +++ b/charts/listory/templates/secrets.yaml @@ -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 }} \ No newline at end of file