Upgrades CRD api version.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
9b8103bbc6
commit
f41b2c79cb
4 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{- if .Values.installCRD }}
|
{{- if .Values.installCRD }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: clusterworkflowtemplates.argoproj.io
|
name: clusterworkflowtemplates.argoproj.io
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{{- if .Values.installCRD }}
|
{{- if .Values.installCRD }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: cronworkflows.argoproj.io
|
name: cronworkflows.argoproj.io
|
||||||
|
@ -16,4 +16,4 @@ spec:
|
||||||
- cwf
|
- cwf
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{{- if .Values.installCRD }}
|
{{- if .Values.installCRD }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: workflows.argoproj.io
|
name: workflows.argoproj.io
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{{- if .Values.installCRD }}
|
{{- if .Values.installCRD }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: workflowtemplates.argoproj.io
|
name: workflowtemplates.argoproj.io
|
||||||
|
|
Loading…
Reference in a new issue