Skip to content

Commit

Permalink
Remove useless initcontainer for geonetwork kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Oct 10, 2023
1 parent 9b4ef9a commit 8d74a08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/geonetwork/kibana/kibana-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ spec:
{{- with .Values.georchestra.nodeSelector }}
{{- toYaml . | nindent 8 }}
{{- end }}
initContainers:
- name: bootstrap-kibana-configuration
image: debian
containers:
- name: kibana
image: {{ .Values.georchestra.webapps.geonetwork.kibana.image }}
Expand All @@ -43,4 +40,4 @@ spec:
- name: gn4-kibana-config
configMap:
name: {{ include "georchestra.fullname" . }}-gn4-kibana-config
{{- end }}
{{- end }}

0 comments on commit 8d74a08

Please sign in to comment.