Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Replaced references to myproject with project1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuetz authored Feb 5, 2018
1 parent 937e329 commit 9098627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assigning_users_to_project_roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Now, as `user-1`, login to the webui. You should be presented with a "blank slat

## Step 2

Now we will assign the user `user-1` to be able to view the project `myproject`. We will do this with the `oc policy` command as the `system:admin` user.
Now we will assign the user `user-1` to be able to view the project `project1`. We will do this with the `oc policy` command as the `system:admin` user.

```
# oc whoami
Expand All @@ -77,7 +77,7 @@ role "view" added: "user-1"

**NOTE:** Use `oc policy -h` to view all the options

Take a look at the webpage now; you should see the project "myproject" (feel free to click around).
Take a look at the webpage now; you should see the project "project1" (feel free to click around).

![image](images/user-1-myproject.png)

Expand Down

0 comments on commit 9098627

Please sign in to comment.