mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user