Skip to content

Commit 9bcd34a

Browse files
committed
fix accidental removal of sourceNamespaces from CRD
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
1 parent f72116f commit 9bcd34a

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

bundle/manifests/argoproj.io_argocds.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6000,6 +6000,12 @@ spec:
60006000
- type
60016001
type: object
60026002
type: object
6003+
sourceNamespaces:
6004+
description: SourceNamespaces defines the namespaces application resources
6005+
are allowed to be created in
6006+
items:
6007+
type: string
6008+
type: array
60036009
sso:
60046010
description: SSO defines the Single Sign-on configuration for Argo
60056011
CD

config/crd/bases/argoproj.io_argocds.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
---
31
apiVersion: apiextensions.k8s.io/v1
42
kind: CustomResourceDefinition
53
metadata:
@@ -6002,6 +6000,12 @@ spec:
60026000
- type
60036001
type: object
60046002
type: object
6003+
sourceNamespaces:
6004+
description: SourceNamespaces defines the namespaces application resources
6005+
are allowed to be created in
6006+
items:
6007+
type: string
6008+
type: array
60056009
sso:
60066010
description: SSO defines the Single Sign-on configuration for Argo
60076011
CD

0 commit comments

Comments
 (0)