Fix argo CRD deployment (#140)

* Fix argo CRD deployment

- Update if clause of workflow-crd.yaml
- Update if clause of workflow-template-crd.yaml

* Update argo chart version
This commit is contained in:
Pablo Osinaga 2019-10-29 00:45:55 +01:00 committed by Benjamin W. Smith
parent 9de9cd1918
commit e3dc69482f
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{{- if .installCRD }}
{{- if .Values.installCRD }}
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata: