argo: make CRDs cluster-scoped instead of namespaced

This commit is contained in:
Adelbert Chang 2020-03-16 14:46:08 -07:00
parent 219778eb9d
commit 42f8273a75
7 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v2.6.1"
description: A Helm chart for Argo Workflows
name: argo
version: 0.7.2
version: 0.7.3
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:

View file

@ -13,5 +13,5 @@ spec:
shortNames:
- cronwf
- cwf
scope: Namespaced
scope: Cluster
version: v1alpha1

View file

@ -22,5 +22,5 @@ spec:
plural: workflows
shortNames:
- wf
scope: Namespaced
scope: Cluster
version: v1alpha1

View file

@ -8,7 +8,7 @@ metadata:
spec:
group: argoproj.io
version: v1alpha1
scope: Namespaced
scope: Cluster
names:
kind: WorkflowTemplate
plural: workflowtemplates

View file

@ -14,6 +14,6 @@ spec:
shortNames:
- cronwf
- cwf
scope: Namespaced
scope: Cluster
version: v1alpha1
{{- end }}

View file

@ -23,6 +23,6 @@ spec:
plural: workflows
shortNames:
- wf
scope: Namespaced
scope: Cluster
version: v1alpha1
{{- end }}

View file

@ -9,7 +9,7 @@ metadata:
spec:
group: argoproj.io
version: v1alpha1
scope: Namespaced
scope: Cluster
names:
kind: WorkflowTemplate
plural: workflowtemplates