Skip to content

Commit

Permalink
add kibana extraContainers
Browse files Browse the repository at this point in the history
  • Loading branch information
AronKa-SAG committed Jun 6, 2024
1 parent 051b89c commit 1899ce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apigateway/helm/templates/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,5 @@ spec:
mountPath: /usr/share/kibana/config/elasticsearch-certs/truststore.p12
subPath: truststore.p12
readOnly: true
{{- end }}
{{- end }}
{{- toYaml .Values.kibana.extraContainers | nindent 8 }}
3 changes: 3 additions & 0 deletions apigateway/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,9 @@ kibana:
# -- The securityContext for kibana container.
securityContext: {}

# -- The definition of extra containers for kibana.
extraContainers: []

# -- The definition of extra initContainers for kibana.
extraInitContainers: []

Expand Down

0 comments on commit 1899ce8

Please sign in to comment.