Browse Source

adding helm3-crd7

pull/58/head
Zhang 5 years ago
parent
commit
0ceb664617
  1. 6
      helm3-crd7/Chart.yaml
  2. 14
      helm3-crd7/crds/crd.yaml
  3. 7
      helm3-crd7/templates/crontab-cr.yaml
  4. 0
      helm3-crd7/values.yaml

6
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

14
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

7
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

0
helm3-crd7/values.yaml

Loading…
Cancel
Save