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 new sync timeout options in 2.14 are great
The usage is global though, so it has to go to configmap/argocd-cmd-params-cm
argo-cd
There's no way to set controller.sync.timeout.seconds from values.yaml
controller.sync.timeout.seconds
In the interim I had to capture and version control configmap/argocd-cmd-params-cm by setting
configmap/argocd-cmd-params-cm
valuesInline: configs: params: create: false
See here
Instead I'd like to just be able to set additional values for configmap/argocd-cmd-params-cm from values.yaml
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
The new sync timeout options in 2.14 are great
The usage is global though, so it has to go to configmap/argocd-cmd-params-cm
Related helm chart
argo-cd
Describe the solution you'd like
There's no way to set
controller.sync.timeout.seconds
from values.yamlIn the interim I had to capture and version control
configmap/argocd-cmd-params-cm
by settingSee here
Instead I'd like to just be able to set additional values for
configmap/argocd-cmd-params-cm
from values.yamlDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: