fix(argo-cd): Fix invalid progressive sync parameter (#1839)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
c08fc230d7
commit
a915e774a5
2 changed files with 4 additions and 4 deletions
|
|
@ -136,7 +136,7 @@ spec:
|
|||
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_PROGRESSIVE_SYNCS
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
key: applicationsetcontroller.enable.progressive.rollouts
|
||||
key: applicationsetcontroller.enable.progressive.syncs
|
||||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
{{- with .Values.applicationSet.extraEnvFrom }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue