Browse Source

adding helm3-crd8 which has no crd, only cr

pull/58/head
Zhang 5 years ago
parent
commit
96f7a56c9b
  1. 2
      helm3-crd8/Chart.yaml
  2. 9
      helm3-crd8/templates/crontab-cr.yaml

2
helm3-crd8/Chart.yaml

@ -1,5 +1,5 @@
apiVersion: v2
name: argocd-helm3-crd-8
name: argocd-helm3-crd-8-delete
description: A Helm chart for Kubernetes
type: application
version: 0.1.0

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

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