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

fix: ExecTimeout should set env variable as time.duration #912

Merged
merged 2 commits into from
May 17, 2023

Conversation

tr3mor
Copy link
Contributor

@tr3mor tr3mor commented May 12, 2023

What type of PR is this?
/kind bug

What does this PR do / why we need it:
ExecTimeout option sets ARGOCD_EXEC_TIMEOUT env variable as an integer value. According to docs: https://argo-cd.readthedocs.io/en/stable/operator-manual/high_availability it should be in Go time duration string format.
Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:

Fixes #875

How to test changes / Special notes to the reviewer:

Signed-off-by: tr3mor <storozhenkopf@gmail.com>
Signed-off-by: tr3mor <storozhenkopf@gmail.com>
Copy link
Collaborator

@iam-veeramalla iam-veeramalla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tr3mor

@iam-veeramalla iam-veeramalla merged commit fd809ff into argoproj-labs:master May 17, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExecTimeout parameter not respected
2 participants