You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That being said, i cannot get rollingSync to work either . The chart mentions this attribute : applicationsetcontroller.enable.progressive.syncs, but enabling it does nothing to trigger a progressive sync ( the attribute is not used).
What is used is applicationsetcontroller.enable.progressive.rollouts, which gets put into ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_PROGRESSIVE_SYNCS ( but applicationsetcontroller.enable.progressive.rollouts is not documented inside the chart).
Manually adding the attribute works, but a fix ( on both project and chart) is needed .
Thanks,
Adrian
Related helm chart
argo-cd
Helm chart version
5.20.3
To Reproduce
Try to implement Progressive rollouts
Expected behavior
Progressive rollouts work ( rollouts do not actually exist, jut syncs and they do not work in the current default config)
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I was changed to applicationsetcontroller.enable.progressive.syncs in the upstream prior 2.6 release and config can be found documented in configs.params section.
Describe the bug
When reading the feature PR : argoproj/argo-cd#10048. and the new documentation page for it :
https://argo-cd.readthedocs.io/en/stable/proposals/2022-07-13-appset-progressive-rollout-strategy/#use-case-1 , we should see the applicationset CRD having a new block named
rollingUpdate
, but that is not the case, onlyrollingSync
is present. (this issue is actually related to the main app documentation, not the chart itself)That being said, i cannot get
rollingSync
to work either . The chart mentions this attribute : applicationsetcontroller.enable.progressive.syncs, but enabling it does nothing to trigger a progressive sync ( the attribute is not used).What is used is
applicationsetcontroller.enable.progressive.rollouts
, which gets put into ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_PROGRESSIVE_SYNCS ( butapplicationsetcontroller.enable.progressive.rollouts
is not documented inside the chart).Manually adding the attribute works, but a fix ( on both project and chart) is needed .
Thanks,
Adrian
Related helm chart
argo-cd
Helm chart version
5.20.3
To Reproduce
Try to implement Progressive rollouts
Expected behavior
Progressive rollouts work ( rollouts do not actually exist, jut syncs and they do not work in the current default config)
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: