From 96f7a56c9bc9a6331326e0f0d255a9aa0ac9c389 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 14:31:32 -0700 Subject: [PATCH] adding helm3-crd8 which has no crd, only cr --- helm3-crd8/Chart.yaml | 2 +- helm3-crd8/templates/crontab-cr.yaml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 helm3-crd8/templates/crontab-cr.yaml diff --git a/helm3-crd8/Chart.yaml b/helm3-crd8/Chart.yaml index 0fa41dc..35ccaca 100644 --- a/helm3-crd8/Chart.yaml +++ b/helm3-crd8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: argocd-helm3-crd-8 +name: argocd-helm3-crd-8-delete description: A Helm chart for Kubernetes type: application version: 0.1.0 diff --git a/helm3-crd8/templates/crontab-cr.yaml b/helm3-crd8/templates/crontab-cr.yaml deleted file mode 100644 index b93020d..0000000 --- a/helm3-crd8/templates/crontab-cr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: may8.example.com/v1 -kind: May8CronTab -metadata: - name: may8-crontab - annotations: - argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true -spec: - destination: - server: https://kubernetes.default.svc \ No newline at end of file