Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Nov 5, 2017
1 parent 59f2943 commit 5b35477
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ Stash can be installed using YAML files includes in the [/hack/deploy](/hack/dep

```console
# Install without RBAC roles
$ curl https://raw.githubusercontent.com/appscode/stash/0.5.1/hack/deploy/without-rbac.yaml \
| kubectl apply -f -
$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.5.1/hack/deploy/without-rbac.yaml


# Install with RBAC roles
$ curl https://raw.githubusercontent.com/appscode/stash/0.5.1/hack/deploy/with-rbac.yaml \
| kubectl apply -f -
$ kubectl apply -f https://raw.githubusercontent.com/appscode/stash/0.5.1/hack/deploy/with-rbac.yaml
```

## Using Helm
Expand Down

0 comments on commit 5b35477

Please sign in to comment.