Skip to content

Support helm charts #12

Description

@joshgubler

If the kustomization.yaml includes helmCharts:, this module fails with:

`: must specify --enable-helm

There are a few ways this could be fixed:

  1. Simplest, always include the --enable-helm flag on this line:
    kustomize build "$envpath" -o "$output_file"
  2. Safest, add an input variable to the action allowing the user to specify whether or not to enable helm chart support
  3. Fancy, detect the presence of helmCharts and automatically toggle the flag

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions