-
Notifications
You must be signed in to change notification settings - Fork 11
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
[QUESTION] Examples for helm repo authentication #44
Comments
@jmorsecode thanks for creating the issue!
Right, it is optional since khelm allows you to use any repo when To give an example, imagine you have a
You can make khelm use it as follows:
The log message indicates that khelm uses the credentials from the mounted However, khelm does not support an encrypted (Fwiw, there is an example showing how to use encrypted Helm values with the help of sops and the helm-secrets plugin but it doesn't apply to the |
I just realize that using the sealed-secrets controller in addition to KSOPS makes your setup more complex which I understand nobody wants. I didn't know that tool. Though, since khelm doesn't support decrypting the |
Adding a field to the generator config / Instead, does it work for you to you let the env var |
@mgoltzsche Thank you for the prompt replies! The generated |
Would it be possible to elaborate further on the repository authentication usage?
From https://github.com/mgoltzsche/khelm#repository-configuration:
The phrasing here implies this is optional but not a khelm default. I understand how a standard helm repositories.yaml functions, but how would this work with a full gitops workflow where the repo credentials are encrypted with KSOPS?
It would seem to be beneficial to have an example added showing how this would be implemented.
The text was updated successfully, but these errors were encountered: