From 88800c4e16fd61e2f08d3637e8accd086632e3d2 Mon Sep 17 00:00:00 2001 From: Pallab Pain Date: Fri, 15 Sep 2023 14:17:19 +0530 Subject: [PATCH] fix(explain): updates project manifest example --- riocli/apply/manifests/project.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/riocli/apply/manifests/project.yaml b/riocli/apply/manifests/project.yaml index a41d8f35..6c35f34c 100644 --- a/riocli/apply/manifests/project.yaml +++ b/riocli/apply/manifests/project.yaml @@ -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