Skip to content

Commit

Permalink
fix(explain): updates project manifest example
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Sep 26, 2023
1 parent a9d504a commit 88800c4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions riocli/apply/manifests/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ metadata:
organizationGUID: org-guid
spec:
users:
- emailID: "user@example.com"
- emailID: "user1@example.com"
role: "admin"
- emailID: "user2@example.com"
role: "viewer"
userGroups:
- name: dev-group
- name: "dev-group"
role: "admin"
- name: "qa-group"
role: "viewer"
features:
vpn: true
tracing: false

0 comments on commit 88800c4

Please sign in to comment.