Skip to content

Commit d11b1f2

Browse files
SMAR-2708 added to forgotten tpl file
1 parent 37f62b0 commit d11b1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/_matcher.tpl

+2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ metadata:
2020
{{- end }}
2121
spec:
2222
replicas: {{ .Values.matcher.replicas }}
23+
{{- if .Values.revisionHistoryLimit }}
2324
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
25+
{{- end }}
2426
{{- if .Values.updateStrategy }}
2527
strategy: {{- toYaml .Values.updateStrategy | nindent 4 }}
2628
{{- end }}

0 commit comments

Comments
 (0)