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 19, 2023
1 parent 5f59b88 commit 5a68b3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions riocli/apply/manifests/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ metadata:
organizationGUID: org-guid
spec:
users:
- emailID: "user@example.com"
userGroups:
- name: dev-group
- emailID: "user1@example.com"
role: "admin"
- emailID: "user2@example.com"
role: "viewer"
features:
vpn: true
tracing: false

0 comments on commit 5a68b3e

Please sign in to comment.