Browse Source

adding helm3-crd3

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

6
helm3-crd3/Chart.yaml

@ -0,0 +1,6 @@
apiVersion: v2
name: argocd-helm3-crd-3
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: 1.16.0

14
helm3-crd3/crds/crd.yaml

@ -0,0 +1,14 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: maycrontabs.may.example.com
spec:
group: may.example.com
version: v1
scope: Namespaced
names:
plural: maycrontabs
singular: maycrontab
kind: MayCronTab
shortNames:
- ct

6
helm3-crd3/templates/config-map.yaml

@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: my-map
data:
foo: bar

7
helm3-crd3/templates/crontab-cr.yaml

@ -0,0 +1,7 @@
apiVersion: may.example.com/v1
kind: MayCronTab
metadata:
name: may-crontab
spec:
destination:
server: https://kubernetes.default.svc

0
helm3-crd3/values.yaml

Loading…
Cancel
Save