Skip to content

Commit 558a5a6

Browse files
Fixed AtlasProject CRD base. Added optional namespace paramter (#873)
1 parent 79af623 commit 558a5a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/crd/bases/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ spec:
274274
name:
275275
description: Name is the name of the Kubernetes Resource
276276
type: string
277+
namespace:
278+
description: Namespace is the namespace of the Kubernetes Resource
279+
type: string
277280
required:
278281
- name
279282
type: object

0 commit comments

Comments
 (0)