We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f62b0 commit d11b1f2Copy full SHA for d11b1f2
templates/_matcher.tpl
@@ -20,7 +20,9 @@ metadata:
20
{{- end }}
21
spec:
22
replicas: {{ .Values.matcher.replicas }}
23
+ {{- if .Values.revisionHistoryLimit }}
24
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
25
+ {{- end }}
26
{{- if .Values.updateStrategy }}
27
strategy: {{- toYaml .Values.updateStrategy | nindent 4 }}
28
0 commit comments