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" 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:

View file

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

View file

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

View file

@ -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

View file

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

View file

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

View file

@ -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