-
Notifications
You must be signed in to change notification settings - Fork 565
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
Integration with helm-secrets #41
Comments
What a conincidence! I'd like to have a more general or user-friendly way than adhocly implementing an unintuitive flag like |
@mumoshu make sense I'm currently getting a feel for using it. After I get it integrated in for my project I will likely have a better idea of the best way to integrate it. |
@sstarcher Hi, I have been thinking about this for several days. Overall, which types of secrets are you willing to manage in your project's Git repository? For me, it wans't only |
I'm interested primarily in values files. We require separate user authentication so we stear away from a shared kubeconfig and CI holds it's environment variables instead of being in github. I was thinking a possible integration would be
|
@sstarcher Looks elegant and easy to implement while not introducing a tight-coupling to helm-secrets(it won't be called if you opted not to specify |
@sstarcher Do you have any bandwidth to send a PR for it? |
@mumoshu I could probably tackle it next week. |
I would be interested in getting helmfile integrated with the helm-secrets project. From looking at it, it might be possible to just change the helm binary that is called to the helm-secrets wrapper with a command line flag.
https://github.com/futuresimple/helm-secrets
How are others handling secrets?
The text was updated successfully, but these errors were encountered: