Skip to content

Commit 16f834b

Browse files
committed
chore: update code comment
1 parent f5c29ec commit 16f834b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

internal/controller/resourcemanager/personal_organization_controller.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ import (
2121

2222
type PersonalOrganizationControllerConfig struct {
2323
// The name of the role to use when assigning owner permissions to the user
24-
// this organization is being created for.
24+
// 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.
2527
RoleName string `json:"roleName"`
2628

2729
// The namespace the owner role exists in that will be assigned to the user

0 commit comments

Comments
 (0)