3 changed files with 15 additions and 0 deletions
@ -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 |
@ -0,0 +1,9 @@ |
|||
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…
Reference in new issue