chore(argo-cd): Change applicationSet replicaCount to replicas (#2214)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
51e2210631
commit
4b7dcd0d31
5 changed files with 11 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
|||
strategy:
|
||||
{{- trim . | nindent 4 }}
|
||||
{{- end }}
|
||||
replicas: {{ .Values.applicationSet.replicaCount }}
|
||||
replicas: {{ .Values.applicationSet.replicas | default .Values.applicationSet.replicaCount }}
|
||||
revisionHistoryLimit: {{ .Values.global.revisionHistoryLimit }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue