argo: make CRDs cluster-scoped instead of namespaced
This commit is contained in:
parent
219778eb9d
commit
42f8273a75
7 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: "v2.6.1"
|
appVersion: "v2.6.1"
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
name: argo
|
name: argo
|
||||||
version: 0.7.2
|
version: 0.7.3
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -13,5 +13,5 @@ spec:
|
||||||
shortNames:
|
shortNames:
|
||||||
- cronwf
|
- cronwf
|
||||||
- cwf
|
- cwf
|
||||||
scope: Namespaced
|
scope: Cluster
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
|
|
|
@ -22,5 +22,5 @@ spec:
|
||||||
plural: workflows
|
plural: workflows
|
||||||
shortNames:
|
shortNames:
|
||||||
- wf
|
- wf
|
||||||
scope: Namespaced
|
scope: Cluster
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
group: argoproj.io
|
group: argoproj.io
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
scope: Namespaced
|
scope: Cluster
|
||||||
names:
|
names:
|
||||||
kind: WorkflowTemplate
|
kind: WorkflowTemplate
|
||||||
plural: workflowtemplates
|
plural: workflowtemplates
|
||||||
|
|
|
@ -14,6 +14,6 @@ spec:
|
||||||
shortNames:
|
shortNames:
|
||||||
- cronwf
|
- cronwf
|
||||||
- cwf
|
- cwf
|
||||||
scope: Namespaced
|
scope: Cluster
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -23,6 +23,6 @@ spec:
|
||||||
plural: workflows
|
plural: workflows
|
||||||
shortNames:
|
shortNames:
|
||||||
- wf
|
- wf
|
||||||
scope: Namespaced
|
scope: Cluster
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
group: argoproj.io
|
group: argoproj.io
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
scope: Namespaced
|
scope: Cluster
|
||||||
names:
|
names:
|
||||||
kind: WorkflowTemplate
|
kind: WorkflowTemplate
|
||||||
plural: workflowtemplates
|
plural: workflowtemplates
|
||||||
|
|
Loading…
Reference in a new issue