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:
parent
9de9cd1918
commit
e3dc69482f
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if .installCRD }}
|
||||
{{- if .Values.installCRD }}
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{- if .installCRD }}
|
||||
{{- if .Values.installCRD }}
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue