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
Describe the bug After setting the controller.strategy in the values file, I'll see this error when running the helm install.
controller.strategy
error validating "": error validating data: [apiVersion not set, kind not set]
To Reproduce Steps to reproduce the behavior:
helm template --set 'controller.strategy.type=OnDelete' deployments/helm-chart/
--- # Source: nginx-ingress/templates/controller-daemonset.yaml updateStrategy: type: OnDelete
Expected behavior That manifest should not be generated.
Your environment
Additional context I think the issue introduced from this PR #2672.
The text was updated successfully, but these errors were encountered:
Hi @wd thanks for reporting!
Be sure to check out the docs while you wait for a human to take a look at this 🙂
Cheers!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
After setting the
controller.strategy
in the values file, I'll see this error when running the helm install.To Reproduce
Steps to reproduce the behavior:
helm template --set 'controller.strategy.type=OnDelete' deployments/helm-chart/
Expected behavior
That manifest should not be generated.
Your environment
Additional context
I think the issue introduced from this PR #2672.
The text was updated successfully, but these errors were encountered: