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
New Kubernetes versions allow to use ServersideApply feature and deploy CRD to cluster. For example ArgoCD and FluxCD can, but helm can not. It will be very useful to create such chart as prometheus does: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-operator-crds So no manual steps needed any more!
deploy automatically with ArgoCD ServerSideApply=true https://kubernetes.io/docs/reference/using-api/server-side-apply/ https://argo-cd.readthedocs.io/en/latest/proposals/server-side-apply/
Yes
I am on it, if accepted
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposal
New Kubernetes versions allow to use ServersideApply feature and deploy CRD to cluster. For example ArgoCD and FluxCD can, but helm can not.
It will be very useful to create such chart as prometheus does: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-operator-crds
So no manual steps needed any more!
Use-Case
deploy automatically with ArgoCD ServerSideApply=true
https://kubernetes.io/docs/reference/using-api/server-side-apply/
https://argo-cd.readthedocs.io/en/latest/proposals/server-side-apply/
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
I am on it, if accepted
The text was updated successfully, but these errors were encountered: