mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[uptimerobot] Swapping from configMapKeyRef to secretKeyRef (#641)
* Swapping from configMapKeyRef to secretKeyRef * bumping the chart verison
This commit is contained in:
parent
97b2477fba
commit
f93046f40f
@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: uptimerobot
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
appVersion: 1.1.0
|
||||
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
||||
keywords:
|
||||
|
@ -39,14 +39,14 @@ spec:
|
||||
{{- if .Values.config.influxdb.username }}
|
||||
- name: INFLUX_USERNAME
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
secretKeyRef:
|
||||
name: {{ template "uptimerobot.fullname" . }}
|
||||
key: influxdb-username
|
||||
{{- end }}
|
||||
{{- if .Values.config.influxdb.password }}
|
||||
- name: INFLUX_PASSWORD
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
secretKeyRef:
|
||||
name: {{ template "uptimerobot.fullname" . }}
|
||||
key: influxdb-password
|
||||
{{- end }}
|
||||
@ -73,4 +73,4 @@ spec:
|
||||
{{- if .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{ toYaml .Values.nodeSelector | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user