We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c29ec commit 16f834bCopy full SHA for 16f834b
1 file changed
internal/controller/resourcemanager/personal_organization_controller.go
@@ -21,7 +21,9 @@ import (
21
22
type PersonalOrganizationControllerConfig struct {
23
// The name of the role to use when assigning owner permissions to the user
24
- // this organization is being created for.
+ // this organization is being created for. This role should be used to grant
25
+ // the default set of permissions that should be granted to the user the
26
+ // personal organization is being created.
27
RoleName string `json:"roleName"`
28
29
// The namespace the owner role exists in that will be assigned to the user
0 commit comments