-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
There are currently many projects which support Helm but not Kustomize/Kustomization. Via the CLI, a user could generate a Helm template and apply it:
helm template ./helm-kustomize --set image.tag=0.1.0 > resources.yaml
kubectl kustomize | kubectl apply -f -
rm resources.yamlHowever there is no easy way to do this via Terraform. The helm_template data source outputs a manifest. This could ideally be used in Kustomization build and overlay data sources. As of right now, the overlay and build data sources take a URL, but they do not directly take Helm manifests.
alee2233
Metadata
Metadata
Assignees
Labels
No labels