Skip to content

Commit

Permalink
mount cerst to master node instead empty-dir
Browse files Browse the repository at this point in the history
fixed bitnami#30988
mount TLS secrets as certs instead empty-dir

Signed-off-by: Rebyrg <[email protected]>
  • Loading branch information
Rebyrg authored Dec 11, 2024
1 parent 495fc98 commit a82e145
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bitnami/elasticsearch/templates/master/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,8 @@ spec:
subPath: my_elasticsearch.yml
{{- end }}
{{- if .Values.security.enabled }}
- name: empty-dir
- name: elasticsearch-certificates
mountPath: /opt/bitnami/elasticsearch/config/certs
subPath: certs
{{- end }}
{{- if .Values.initScripts }}
- name: custom-init-scripts
Expand Down

0 comments on commit a82e145

Please sign in to comment.