From 454f4e552300d3249bc403c6891563ccbc562cb7 Mon Sep 17 00:00:00 2001 From: Zhang Date: Thu, 23 Jul 2020 14:48:42 -0700 Subject: [PATCH] reset to good state --- helm3-crd4/Chart.yaml | 2 +- helm3-crd4/templates/crontab-cr.yaml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 helm3-crd4/templates/crontab-cr.yaml diff --git a/helm3-crd4/Chart.yaml b/helm3-crd4/Chart.yaml index 23f7028..c6e7c1d 100644 --- a/helm3-crd4/Chart.yaml +++ b/helm3-crd4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: argocd-helm3-crd-3 +name: argocd-helm3-crd-4-delete description: A Helm chart for Kubernetes type: application version: 0.1.0 diff --git a/helm3-crd4/templates/crontab-cr.yaml b/helm3-crd4/templates/crontab-cr.yaml deleted file mode 100644 index a6405df..0000000 --- a/helm3-crd4/templates/crontab-cr.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: may4.example.com/v1 -kind: May4CronTab -metadata: - name: may4-crontab -spec: - destination: - server: https://kubernetes.default.svc \ No newline at end of file