mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
apiVersion: v2
|
||||||
name: uptimerobot
|
name: uptimerobot
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
appVersion: 1.1.0
|
appVersion: 1.1.0
|
||||||
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -39,14 +39,14 @@ spec:
|
|||||||
{{- if .Values.config.influxdb.username }}
|
{{- if .Values.config.influxdb.username }}
|
||||||
- name: INFLUX_USERNAME
|
- name: INFLUX_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "uptimerobot.fullname" . }}
|
name: {{ template "uptimerobot.fullname" . }}
|
||||||
key: influxdb-username
|
key: influxdb-username
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.config.influxdb.password }}
|
{{- if .Values.config.influxdb.password }}
|
||||||
- name: INFLUX_PASSWORD
|
- name: INFLUX_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
secretKeyRef:
|
||||||
name: {{ template "uptimerobot.fullname" . }}
|
name: {{ template "uptimerobot.fullname" . }}
|
||||||
key: influxdb-password
|
key: influxdb-password
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user