tidb-operator
tidb-operator copied to clipboard
Move crds define to operator
Like spark operator write by google team:
https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/tree/master/charts/spark-operator-chart
You could found crds define in the charts path. It is humanize when use pulumi define app project.
Just added crd yaml to charts/crds, helm will auto apply the yaml file.
I will create a pr after test.