We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the kustomization.yaml includes helmCharts:, this module fails with:
kustomization.yaml
helmCharts:
`: must specify --enable-helm
There are a few ways this could be fixed:
--enable-helm
github-action-kustomize-diff/kustdiff
Line 53 in 183b7e5
helmCharts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the
kustomization.yaml
includeshelmCharts:
, this module fails with:There are a few ways this could be fixed:
--enable-helm
flag on this line:github-action-kustomize-diff/kustdiff
Line 53 in 183b7e5
helmCharts
and automatically toggle the flagThe text was updated successfully, but these errors were encountered: