mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
[bitnami/elasticsearch] fix secret truststore-password and keystore-password (#7891)
This commit is contained in:
committed by
GitHub
parent
987836c693
commit
a5fa09d6b5
@@ -25,4 +25,4 @@ name: elasticsearch
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-elasticsearch
|
||||
- https://www.elastic.co/products/elasticsearch
|
||||
version: 17.1.4
|
||||
version: 17.1.5
|
||||
|
||||
@@ -18,10 +18,10 @@ data:
|
||||
elasticsearch-password: {{ randAlphaNum 14 | b64enc | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.security.tls.keystorePassword }}
|
||||
truststore-password: {{ default "" .Values.security.tls.keystorePassword | b64enc | quote }}
|
||||
keystore-password: {{ default "" .Values.security.tls.keystorePassword | b64enc | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.security.tls.truststorePassword }}
|
||||
keystore-password: {{ default "" .Values.security.tls.truststorePassword | b64enc | quote }}
|
||||
truststore-password: {{ default "" .Values.security.tls.truststorePassword | b64enc | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.security.tls.keyPassword }}
|
||||
key-password: {{ default "" .Values.security.tls.keyPassword | b64enc | quote }}
|
||||
|
||||
Reference in New Issue
Block a user