Missing starting space in comment
This commit is contained in:
parent
0eea1f0e17
commit
7653eae9d6
1 changed files with 3 additions and 3 deletions
|
@ -188,7 +188,7 @@ rbac:
|
|||
# p, my-org:team-alpha, applications, sync, my-project/*, allow
|
||||
# # Make all members of "my-org:team-beta" admins
|
||||
# g, my-org:team-beta, role:admin
|
||||
policyCsv: #|
|
||||
policyCsv: # |
|
||||
# p, role:org-admin, applications, *, */*, allow
|
||||
# p, role:org-admin, clusters, get, *, allow
|
||||
# p, role:org-admin, repositories, get, *, allow
|
||||
|
@ -196,8 +196,8 @@ rbac:
|
|||
# p, role:org-admin, repositories, update, *, allow
|
||||
# p, role:org-admin, repositories, delete, *, allow
|
||||
# g, your-github-org:your-team, role:org-admin
|
||||
policyDefault: #role:readonly
|
||||
scopes: #[groups]
|
||||
policyDefault: # role:readonly
|
||||
scopes: # [groups]
|
||||
|
||||
redis:
|
||||
image:
|
||||
|
|
Loading…
Reference in a new issue