From 0ceb664617c18dd37c709b949bb6ce7448405ada Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 11:16:11 -0700 Subject: [PATCH] adding helm3-crd7 --- helm3-crd7/Chart.yaml | 6 ++++++ helm3-crd7/crds/crd.yaml | 14 ++++++++++++++ helm3-crd7/templates/crontab-cr.yaml | 7 +++++++ helm3-crd7/values.yaml | 0 4 files changed, 27 insertions(+) create mode 100644 helm3-crd7/Chart.yaml create mode 100644 helm3-crd7/crds/crd.yaml create mode 100644 helm3-crd7/templates/crontab-cr.yaml create mode 100644 helm3-crd7/values.yaml diff --git a/helm3-crd7/Chart.yaml b/helm3-crd7/Chart.yaml new file mode 100644 index 0000000..8d3cb8f --- /dev/null +++ b/helm3-crd7/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: argocd-helm3-crd-7 +description: A Helm chart for Kubernetes +type: application +version: 0.1.0 +appVersion: 1.16.0 diff --git a/helm3-crd7/crds/crd.yaml b/helm3-crd7/crds/crd.yaml new file mode 100644 index 0000000..900ef53 --- /dev/null +++ b/helm3-crd7/crds/crd.yaml @@ -0,0 +1,14 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: may7crontabs.may7.example.com +spec: + group: may7.example.com + version: v1 + scope: Namespaced + names: + plural: may7crontabs + singular: may7crontab + kind: May7CronTab + shortNames: + - ct \ No newline at end of file diff --git a/helm3-crd7/templates/crontab-cr.yaml b/helm3-crd7/templates/crontab-cr.yaml new file mode 100644 index 0000000..415c85d --- /dev/null +++ b/helm3-crd7/templates/crontab-cr.yaml @@ -0,0 +1,7 @@ +apiVersion: may7.example.com/v1 +kind: May7CronTab +metadata: + name: may7-crontab +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file diff --git a/helm3-crd7/values.yaml b/helm3-crd7/values.yaml new file mode 100644 index 0000000..e69de29