Skip to content

Commit

Permalink
Merge pull request rancher#796 from izaac/documentation_updates
Browse files Browse the repository at this point in the history
Adding RBAC note to the workloads examples
  • Loading branch information
StrongMonkey committed Nov 15, 2019
2 parents e049ae0 + 0045ea9 commit e0bc2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/v0.6.0/workloads.md
Expand Up @@ -41,6 +41,8 @@ $ rio run -p 8080:80,web,hostport=true nginx

### Examples

Note: some of these examples need proper RBAC setup, for more information check [here](./rbac.md).

```bash
# Running container with configMap mounted into containers, requires configMap to exist in the same namespace
$ rio run --config config/nginx.conf:/etc/nginx/nginx.conf nginx
Expand Down

0 comments on commit e0bc2b2

Please sign in to comment.