Skip to content
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

Support ability to use a helm values files from a URL #22

Open
AndreiPustovalov opened this issue Jan 25, 2024 · 2 comments
Open

Support ability to use a helm values files from a URL #22

AndreiPustovalov opened this issue Jan 25, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@AndreiPustovalov
Copy link

Helm support the ability to use URL as path to values file, e.g.: helm template . -f https://example.com/values.yaml.
It doesn't work with gradle helm plugin as it assume values file is a local file.

It also breaks compatibility with some plugins, for example helm-secrets plugin as it uses "secrets://" prefix before path to values file to decrypt it:

helm upgrade name . -f secrets://secrets.yaml
@imanushin imanushin self-assigned this Jan 25, 2024
@JamieSlome
Copy link
Member

@AndreiPustovalov - thank you for opening the issue. We welcome any ideas with how to address this or even a PR to kick things off.

@magner669 magner669 added the help wanted Extra attention is needed label Feb 10, 2024
@magner669
Copy link

There seems to be some support for values from files, albeit in context.of lint rather than rendering: https://unbroken-dome.github.io/projects/gradle-helm-plugin/latest/userguide/index.html#_passing_values_to_the_linter

Do files work with rendering?
Is a URL accepted?

@magner669 magner669 added enhancement New feature or request and removed help wanted Extra attention is needed labels Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants