You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,12 @@ spec:
75
75
name:
76
76
description: Name is the name of the Kubernetes Resource
77
77
type: string
78
+
namespace:
79
+
description: Namespace is the namespace of the Kubernetes Resource
80
+
type: string
78
81
required:
79
82
- name
83
+
- namespace
80
84
type: object
81
85
roles:
82
86
description: Roles is an array of this user's roles and the databases / collections on which the roles apply. A role allows the user to perform particular actions on the specified database.
0 commit comments