Fix argo CRD deployment
- Update if clause of workflow-crd.yaml - Update if clause of workflow-template-crd.yaml
This commit is contained in:
parent
9e2c134225
commit
e73078bd26
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{{- if .installCRD }}
|
{{- if .Values.installCRD }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{- if .installCRD }}
|
{{- if .Values.installCRD }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in a new issue