fix(argo-workflows): Add parameters for tuning revisionHistoryLimit and emptyDir volumes (#2346)

This commit is contained in:
Matt Dainty 2023-11-15 13:17:09 +00:00 committed by GitHub
parent d98747224e
commit 737b9724de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 4 deletions

View file

@ -12,6 +12,7 @@ metadata:
{{- end }}
spec:
replicas: {{ .Values.controller.replicas }}
revisionHistoryLimit: {{ .Values.controller.revisionHistoryLimit }}
selector:
matchLabels:
{{- include "argo-workflows.selectorLabels" (dict "context" . "name" .Values.controller.name) | nindent 6 }}