helm: fix influxdb token secret name

pull/363/head
Roberto Santalla 8 months ago
parent d938d1670d
commit 64bcd6260a
No known key found for this signature in database
GPG Key ID: EECD0A1AE7884E7C

@ -4,5 +4,5 @@ metadata:
name: {{ include "collector.fullname" . }}-credentials
labels:
{{- include "collector.labels" . | nindent 4 }}
stringData:
SCRUTINY_WEB_INFLUXDB_TOKEN: {{ .Values.influxdbToken }}
data:
SCRUTINY_WEB_INFLUXDB_TOKEN: {{ .Values.influxdbToken | b64enc }}

@ -17,5 +17,5 @@ influxdb2:
# hostPath:
# path: /some/host/path
web:
collector:
influxdbToken: CHANGE_ME

Loading…
Cancel
Save