From 376dfb8d9983ed2b58618cc10f983b7622519b28 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 15:14:05 -0700 Subject: [PATCH] Revert "adding helm3-crd8 which has no crd, only cr" This reverts commit 96f7a56c --- helm3-crd8/templates/crontab-cr.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 helm3-crd8/templates/crontab-cr.yaml diff --git a/helm3-crd8/templates/crontab-cr.yaml b/helm3-crd8/templates/crontab-cr.yaml new file mode 100644 index 0000000..6029997 --- /dev/null +++ b/helm3-crd8/templates/crontab-cr.yaml @@ -0,0 +1,7 @@ +apiVersion: may8.example.com/v1 +kind: May8CronTab +metadata: + name: may8-crontab +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file