-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to handle .Capabilities.APIVersions.Has
#7
Comments
kustomize is actually just a renderer and has no idea about the k8s cluster the rendered resources are deployed in. Correspondingly this helm plugin has no idea about the target k8s cluster either currently. |
Found helm/helm#5392 Looks like you pass a series of |
Sounds good! We could indeed add such a field to the generator resource. |
@daurnimator there's now a |
Various helm charts use
.Capabilities.APIVersions.Has
to change their behaviour based on resource types available in the destination cluster.https://helm.sh/docs/chart_template_guide/function_list/#capabilitiesapiversionshas
How can I tell the chart inflator that different capabilities are available?
The text was updated successfully, but these errors were encountered: