diff --git a/helm3-crd9/Chart.yaml b/helm3-crd9/Chart.yaml index 0fa41dc..64316f6 100644 --- a/helm3-crd9/Chart.yaml +++ b/helm3-crd9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: argocd-helm3-crd-8 +name: argocd-helm3-crd-9-delete description: A Helm chart for Kubernetes type: application version: 0.1.0 diff --git a/helm3-crd9/templates/crontab-cr.yaml b/helm3-crd9/templates/crontab-cr.yaml deleted file mode 100644 index 9ed5c96..0000000 --- a/helm3-crd9/templates/crontab-cr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: may9.example.com/v1 -kind: May9CronTab -metadata: - name: may9-crontab - annotations: - argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true -spec: - destination: - server: https://kubernetes.default.svc \ No newline at end of file