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