-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add support for kubectl installation #301
Comments
Could you expand on what you dislike about this? Simply that there's an additional dependency? I totally understand the ask; I think this would be a reasonable thing to add for a potential trust-manager v1, so I've added it to the milestone |
More or less. Also for CI and testing it's nice to just |
I think adding this could make sense. It will also simplify our setup. We try to avoid Helm as much as possible and prefer kustomize. A present we inflate the Helm chart into resources client-side before including it in a kustomization for further processing. It could be implemented as a simple |
The CRDs can no longer be downloaded standalone vs prior releases. Maybe a standalone yaml could be a release artifact? |
Issues go stale after 90d of inactivity. |
Not a fan that helm is required to generate yamls to be used with
kubectl apply
The text was updated successfully, but these errors were encountered: