Browse Source

adding helm3-crd8 which has no crd, only cr

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

6
helm3-crd9/Chart.yaml

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

14
helm3-crd9/crds/crd.yaml

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

9
helm3-crd9/templates/crontab-cr.yaml

@ -0,0 +1,9 @@
apiVersion: may9.example.com/v1
kind: May9CronTab
metadata:
name: may9-crontab
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
destination:
server: https://kubernetes.default.svc

0
helm3-crd9/values.yaml

Loading…
Cancel
Save