From 75ac8de0d2adaa029a655bdefa1011c3d1f9fb5a Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 23 Apr 2018 15:08:00 +0900 Subject: [PATCH] Fix typo in walkthrough.md --- docs/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthrough.md b/docs/walkthrough.md index 0d6e5bbb..98a244ae 100644 --- a/docs/walkthrough.md +++ b/docs/walkthrough.md @@ -217,7 +217,7 @@ Deployment has permission to list resources in the cluster: ```shell $ kubectl create clusterrole resource-lister --verb=list --resource="*" -$ kubectl create clusterrolebinding cm-adapter-resource-lister --clusterrole=resource-lister -- serviceaccount=prom:prom-cm-adapter +$ kubectl create clusterrolebinding cm-adapter-resource-lister --clusterrole=resource-lister --serviceaccount=prom:prom-cm-adapter ``` Finally, ensure the deployment has all the necessary permissions to