Overlay local values.yaml from remote Helm repo using Kustomize #5769
Unanswered
mihaigalos
asked this question in
Q&A
Replies: 1 comment
-
I got this working by forking the render-helm-chart and adding a Go function to clone the repo before running helm onto it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm triying to use a kustomize remote base which wraps a Helm repo and template a local Helm values.yaml:
Doesn't work, only the resource is present in the output, nothing from the generator. I tried calling with:
The generator is processed after the resources, according to the docs:
The following, however, does work but needs an Artifactory Helm repository. How can I adapt it to directly use GitHub Enterprise instead of Artifactory?
Beta Was this translation helpful? Give feedback.
All reactions