Skip to content

Commit

Permalink
fix(kibana): remove duplicated elasticsearch-certs volume (#616)
Browse files Browse the repository at this point in the history
Co-authored-by: pmacius <pawel.maciusiak@hyland.com>
  • Loading branch information
maxime1907 and pmacius authored Dec 18, 2024
1 parent 8943740 commit dbd6a3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion charts/kibana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ maintainers:
- name: Wiremind
url: https://github.com/wiremind/wiremind-helm-charts
name: kibana
version: 8.5.17
version: 8.5.18
appVersion: 8.15.3
sources:
- https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kibana
Expand Down
5 changes: 0 additions & 5 deletions charts/kibana/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ spec:
secret:
secretName: {{ .secretName }}
{{- end }}
{{- if .Values.elasticsearchCertificateSecret }}
- name: elasticsearch-certs
secret:
secretName: {{ .Values.elasticsearchCertificateSecret }}
{{- end }}
{{- if .Values.extraVolumes }}
{{ toYaml .Values.extraVolumes | indent 8 }}
{{- end }}
Expand Down

0 comments on commit dbd6a3e

Please sign in to comment.