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