Skip to content
New issue

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

Allow ability to set controller.sync.timeout.seconds from values.yaml #3158

Open
myoung34 opened this issue Feb 4, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@myoung34
Copy link

myoung34 commented Feb 4, 2025

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.yaml

In the interim I had to capture and version control configmap/argocd-cmd-params-cm by setting

  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

Describe alternatives you've considered

No response

Additional context

No response

@myoung34 myoung34 added the enhancement New feature or request label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant