-
Notifications
You must be signed in to change notification settings - Fork 563
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
postinstall hook #1805
Comments
It will be nice to have postinstall in helmfile. I have a use case where I have to add a label to the namespace after the helm chart is installed, postinstall will come in handy in this case. |
It would be good for Helmfile to support both preinstall and postinstall hook. Our use case is when we need to copy a K8S secret from one namespace/release to another namespace/release (in k8s you cannot share secrets across the namespaces), so it should be executed before installation of the second one. |
any update here? |
Another use-case for pre-install is that some managed k8s providers (e.g. EKS) provision clusters with some things pre-configured, like the default storage class. When we want to deploy a chart that provides other options and want to configure the default, we have to somehow unset the original default first (or in some cases, to just delete the existing one so we can move it into helm). |
I'd like to also express interested in Use-Case: Similar to deleting default storage-class, I want/need to delete the default AWS-CNI before I can sync the custom configured one |
+1, it would be super useful! |
Yeah; in our case it also would be great. For example we install
Now we need to use |
Just wanted to have a dedicated issue for this.
Would anyone use it if Helmfile added a new
postinstall
hook?It has been originally proposed by @cdunford in #1291. Althought I thought it was great, I had overwhelmed by all the works I had in Helmfile and forgot to discuss/implementing it.
The text was updated successfully, but these errors were encountered: