chore(helm): add revisionHistoryLimit (#5175)

This commit is contained in:
Parkhost
2022-04-10 02:29:26 +02:00
committed by GitHub
parent 44b3fd1794
commit 8dcbc18a3b
3 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ metadata:
{{- include "wiki.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
selector:
matchLabels:
{{- include "wiki.selectorLabels" . | nindent 6 }}