Skip to content

Commit

Permalink
Change file names for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim.reyder authored and rvadim committed Nov 14, 2018
1 parent f536d3e commit 72f2739
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This plugin is useful for secure deployments, due to created tokens deleted afte
## Kubernetes part
First of all we need to create special ServiceAccount, Role and RoleBinding. This Role have only access to create/get/delete Secrets.
```bash
$ kubectl create -f example/role.yaml # ClusterRole
$ kubectl create -f example/clusterrole.yaml # ClusterRole
$ kubectl create -f example/sa.yaml # ServiceAccount
$ kubectl create -f example/rolebinding.yaml # ClusterRoleBinding
$ kubectl create -f example/clusterrolebinding.yaml # ClusterRoleBinding
$ # Lets get all needed credentials
$ kubectl describe sa vault
...
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 72f2739

Please sign in to comment.