[bitnami/etcd] Change hardcoded password key with etcd.secretPasswordKey (#8442)

* Change hardcoded password key with etcd.secretPasswordKey

* Dump version

Co-authored-by: EnriqueLopez <enrique.lopez@ironchip.com>
This commit is contained in:
EnriqueLopp
2022-01-03 10:11:40 +01:00
committed by GitHub
parent 51fe8da7c2
commit d63c26cff7
2 changed files with 2 additions and 2 deletions

View File

@@ -24,4 +24,4 @@ name: etcd
sources:
- https://github.com/bitnami/bitnami-docker-etcd
- https://coreos.com/etcd/
version: 6.10.6
version: 6.10.7

View File

@@ -104,7 +104,7 @@ spec:
valueFrom:
secretKeyRef:
name: {{ include "etcd.secretName" . }}
key: etcd-root-password
key: {{ include "etcd.secretPasswordKey" . }}
{{- end }}
{{- if .Values.disasterRecovery.cronjob.resources }}
resources: {{- toYaml .Values.disasterRecovery.cronjob.resources | nindent 16 }}