-
Notifications
You must be signed in to change notification settings - Fork 137
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
Secret value not transferred to output values.yaml #103
Comments
Hi @Vaintti, thank you for the question. This was done on purpose. In most cases, generated chart will be stored in git. In this case, it is not a good idea to have secrets in |
Just thinking if this should be made possible with a flag. --use-unsafe-secrets or something to make it clear it's not the safest of practices |
I agree that it is inconvenient but it is true for all security measures. I suggest not implementing this option right now. But we can do so if we have more votes for this feature. |
I'm interested. My use case would be something like: |
+1 |
In most cases, using a template is the correct approach. However, in some cases, I require an instance configuration that can be used for quick conversion and unified management. In such cases, I prefer the configuration to remain as close to the original as possible, so that I can use it quickly. I suggest splitting it into different modes. This can help avoid similar issues from occurring. |
+1 |
can this feature be covered by external secrets #152? |
Hi Artem, |
I have a secret defined in a kubernetes yaml file but the value doesn't get transferred to generated
values.yaml
fileInput
Output
Expected output
The text was updated successfully, but these errors were encountered: