diff --git a/helm3-crd9/crds/crd.yaml b/helm3-crd9/crds/crd.yaml new file mode 100644 index 0000000..2aca82e --- /dev/null +++ b/helm3-crd9/crds/crd.yaml @@ -0,0 +1,14 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: may10crontabs.may9.example.com +spec: + group: may9.example.com + version: v1 + scope: Namespaced + names: + plural: may9crontabs + singular: may9crontab + kind: May9CronTab + shortNames: + - ct \ No newline at end of file