github.com/argoproj/argo-cd/v3@v3.2.1/test/e2e/testdata/helm-crd/templates/instance.yaml (about)

     1  apiVersion: stable.example.com/v1
     2  kind: CronTab
     3  metadata:
     4    name: {{ .Release.Name }}-inst
     5  spec:
     6    cronSpec: "* * * * */5"