HelmRelease timeout override #4879
Unanswered
DevopsCareer
asked this question in
General
Replies: 1 comment 5 replies
-
If you have access to the cluster, restarting the helm-controller pod will do. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a HelmRelease.spec.timeout set as 30 mins for my HelmCharts. It works ifine n many cases,but in few cases we notice that due to bad configuration push the HelmRelease fails and the dev/user have to wait for 30 minutes before we push fixed configuration through flux-cd reconciliation.
What we want is an override option, so in this scenario if I realized my bad configuration within in say 10 mins instead of waiting for 30 min counter to expire - I would like HelmRelease to stop and not wait for 30 min timer to expire and immediately push new configuration through pipeline. Any manual intervention , cmd line is also fine for cases we realize issue soon.
We have kept upper limit of 30 mins because this is max time we need for our pods to to roll forward of config are good, so reducing that time is not an option.
Beta Was this translation helpful? Give feedback.
All reactions