-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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] How to apply a kustomization containing helmCharts #4435
Comments
@janbols: This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @janbols |
you need otherwise today with KRM function, you can start using rendering outside of kustomize, example: https://github.com/epcim/gitops-infra/blob/master/cluster/sys/adguard/fnRenderHelm.yml |
This is correct. See the explanation on that issue, and #4401 for the longer term plan for Helm support. /close |
@KnVerey: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I followed the example described in https://github.com/kubernetes-sigs/kustomize/blob/master/examples/chart.md.
It creates a chart in the base dir.
I now want to apply the kustomization using
kubectl apply -k dev
. This gives the following:How can I apply this kustomization? Specifying
--enable-helm
is not allowed and returns ...The only workaround now is to comment out the
helmCharts
section in the base kustomization.yml. Is this the way it should be?The text was updated successfully, but these errors were encountered: