fix(argo-workflows): Add parameters for tuning revisionHistoryLimit and emptyDir volumes (#2346)
This commit is contained in:
parent
d98747224e
commit
737b9724de
5 changed files with 16 additions and 4 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue