diff --git a/helm3-crd8/templates/config-map.yaml b/helm3-crd8/templates/config-map.yaml new file mode 100644 index 0000000..7224a46 --- /dev/null +++ b/helm3-crd8/templates/config-map.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: my-map8 +data: + foo: bar \ No newline at end of file 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