From 57c0f6a793aea5aec98d8accdbdb05891f61c840 Mon Sep 17 00:00:00 2001 From: cospeedster <52749645+cospeedster@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:18:31 +0200 Subject: [PATCH] Update kibana.yaml --- apigateway/helm/templates/kibana.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apigateway/helm/templates/kibana.yaml b/apigateway/helm/templates/kibana.yaml index 4a1b1aa..06483fd 100644 --- a/apigateway/helm/templates/kibana.yaml +++ b/apigateway/helm/templates/kibana.yaml @@ -86,6 +86,9 @@ spec: {{ toYaml . | nindent 8 }} {{- end }} spec: + {{- if .Values.revisionHistoryLimit }} + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} + {{- end }} {{- with .Values.kibana.affinity }} affinity: {{- tpl (toYaml .) $context | nindent 8 }} @@ -170,4 +173,4 @@ spec: {{- end }} {{- if .Values.kibana.extraContainers }} {{- toYaml .Values.kibana.extraContainers | nindent 8 }} - {{- end }} \ No newline at end of file + {{- end }}