Skip to content

Helm template input #237

@starlightromero

Description

@starlightromero

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.yaml

However 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions