Skip to content

Commit

Permalink
simplify readme gcloud command
Browse files Browse the repository at this point in the history
  • Loading branch information
schallert committed Aug 23, 2019
1 parent 587a592 commit 9a6b76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When running on GKE, the user applying the manifests will need the ability to al
installation. Use the following `ClusterRoleBinding` with the user name provided by gcloud:

```
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=<name@domain.com>
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value core/account)
```

### Installing the M3DB Operator
Expand Down

0 comments on commit 9a6b76e

Please sign in to comment.