Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 57c0f6a

Browse files
authored
Update kibana.yaml
1 parent e16a996 commit 57c0f6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apigateway/helm/templates/kibana.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ spec:
8686
{{ toYaml . | nindent 8 }}
8787
{{- end }}
8888
spec:
89+
{{- if .Values.revisionHistoryLimit }}
90+
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
91+
{{- end }}
8992
{{- with .Values.kibana.affinity }}
9093
affinity:
9194
{{- tpl (toYaml .) $context | nindent 8 }}
@@ -170,4 +173,4 @@ spec:
170173
{{- end }}
171174
{{- if .Values.kibana.extraContainers }}
172175
{{- toYaml .Values.kibana.extraContainers | nindent 8 }}
173-
{{- end }}
176+
{{- end }}

0 commit comments

Comments
 (0)