From 9a6b76edb9d70fb60aa101c14a5efa3a4487a026 Mon Sep 17 00:00:00 2001 From: Matt Schallert Date: Thu, 22 Aug 2019 19:02:09 -0400 Subject: [PATCH] simplify readme gcloud command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8167bec..10103376 100644 --- a/README.md +++ b/README.md @@ -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= +kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value core/account) ``` ### Installing the M3DB Operator