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
pull/146/head
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

@ -2,5 +2,5 @@ apiVersion: v1
appVersion: "v2.4.2"
description: A Helm chart for Argo Workflows
name: argo
version: 0.6.1
version: 0.6.2
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png

View File

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

View File

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