Replies: 2 comments 1 reply
-
Have you tested this with Helm CLI, does it actually changes the output if you run |
Beta Was this translation helpful? Give feedback.
0 replies
-
In our chart/template I do not use the terminationGracePeriodSeconds, the default is picked up from K8s. Not sure what you mean with the helm template, never used and not sure what to check/do. Should I set it in the chart/template level? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app running on GKE, deployed as HelmRelease with flux. I want to change the terminationGracePeriodSeconds from the default value 30 to less like 20. But, I'd like to do it from the HelmRelease spec file. I have added it at the HelmRelease spec, then to the pod and deployment section but it does not change.
According to the docs https://fluxcd.io/docs/components/helm/helmreleases/#values-overrides you say is possible to do it via values but this also does not work.
My spec looks like:
Any idea why the values does not help?
I have also tested this on minikube with the same HelmRelease and still does not possible to override.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions