Skip to content
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

Support helm charts #12

Open
joshgubler opened this issue Mar 10, 2025 · 0 comments
Open

Support helm charts #12

joshgubler opened this issue Mar 10, 2025 · 0 comments

Comments

@joshgubler
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant