Terraform | How to "kubectl kustomize --enable-helm"? #320
Closed
NeuhausMatheus
started this conversation in
General
Replies: 2 comments
-
I didn't find any discussion tabs at "https://github.com/kbst/terraform-provider-kustomization" to start this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You have to add a |
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 would like to use only custom resources for the work that I'm doing. I currently want to test how we can deploy helm Chart + kustomize in Terraform to stop forking upstream helm charts.
Inside the "data_source_kustomization_overlay.go" from the repository "terraform-provider-kustomization" I saw that we have:
https://github.com/kbst/terraform-provider-kustomization/blob/master/kustomize/data_source_kustomization_overlay.go#L658
How can I use this "enable-helm" feature within this code example below:
main.tf:
`
`
What I'm looking for is to use this Kustomization.yaml file:
`
`
If I run that main.tf with that kustomize.yaml I get an error asking to "enable" the --enable-helm flag:
Beta Was this translation helpful? Give feedback.
All reactions