We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The default config values for the applicationset controller sets the applicationsetcontroller.policy to sync.
applicationsetcontroller.policy
sync
argo-helm/charts/argo-cd/values.yaml
Line 299 in b311cd2
According to the controller documentation, if this policy is set it takes precedence on the field applicationsSync of the ApplicationSet resources.
This configuration leads to unexpected behavior of the ApplicationSet resources (also reported here).
argo-cd
7.6.12
syncPolicy.applicationsSync: create-only
Using the default values of the chart should not interfere with the expected behavior applicationsSync specs of ApplicationSet resources.
applicationsSync
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The default config values for the applicationset controller sets the
applicationsetcontroller.policy
tosync
.argo-helm/charts/argo-cd/values.yaml
Line 299 in b311cd2
According to the controller documentation, if this policy is set it takes precedence on the field applicationsSync of the ApplicationSet resources.
This configuration leads to unexpected behavior of the ApplicationSet resources (also reported here).
Related helm chart
argo-cd
Helm chart version
7.6.12
To Reproduce
syncPolicy.applicationsSync: create-only
Expected behavior
Using the default values of the chart should not interfere with the expected behavior
applicationsSync
specs of ApplicationSet resources.Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: