2019-10-29 00:45:55 +01:00
|
|
|
{{- if .Values.installCRD }}
|
2019-10-22 10:10:13 -06:00
|
|
|
apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
kind: CustomResourceDefinition
|
|
|
|
|
metadata:
|
|
|
|
|
name: workflowtemplates.argoproj.io
|
|
|
|
|
annotations:
|
|
|
|
|
helm.sh/hook: crd-install
|
|
|
|
|
helm.sh/hook-delete-policy: before-hook-creation
|
|
|
|
|
spec:
|
|
|
|
|
group: argoproj.io
|
|
|
|
|
version: v1alpha1
|
|
|
|
|
scope: Namespaced
|
|
|
|
|
names:
|
|
|
|
|
kind: WorkflowTemplate
|
|
|
|
|
plural: workflowtemplates
|
|
|
|
|
shortNames:
|
|
|
|
|
- wftmpl
|
|
|
|
|
{{- end }}
|