Skip to content

Commit d6a8842

Browse files
authored
Merge pull request #406 from jaideepr97/v1.7
chore: fix accidental removal of sourceNamespaces from CRD
2 parents f72116f + 9bcd34a commit d6a8842

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)