feat: allow controller replicas to be set (#496)
Signed-off-by: mr-sour <mr-sour@users.noreply.github.com> Co-authored-by: mr-sour <mr-sour@users.noreply.github.com>
This commit is contained in:
parent
ab8f54d3c2
commit
15a76e56d0
4 changed files with 10 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
|||
app.kubernetes.io/name: {{ include "argo-cd.name" . }}-application-controller
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
revisionHistoryLimit: 5
|
||||
replicas: 1
|
||||
replicas: {{ .Values.controller.replicas }}
|
||||
template:
|
||||
metadata:
|
||||
{{- if .Values.controller.podAnnotations }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue