From 12ee429659c2d265298a1c87dfc769fe1f2b07f4 Mon Sep 17 00:00:00 2001 From: Zhang Date: Thu, 23 Jul 2020 14:52:25 -0700 Subject: [PATCH] Revert "testing delete resources" This reverts commit c64fd75c --- helm3-crd9/crds/crd.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 helm3-crd9/crds/crd.yaml 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