From 368ff164ecd13ab8f9ef0af0e106e47b4dff3dd2 Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Sat, 30 Jul 2016 16:22:47 -0700 Subject: [PATCH] Fix typos --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcc4ae8..f44a430 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,7 @@ kubectl create secret generic kubebot --from-literal=token= --f ### Create a kubebot Deployment -Then, create the following kubebot Deployment that consumes the secret you just created, and that’s it! - -Open the (kubebot-deployment.yaml)[kubebot-deployment.yaml] file and modify the kubebot container environment variables to control things like who the kubebot will listen to, and what valid kubectl commands are allowed. +Open the [kubebot-deployment.yaml](kubebot-deployment.yaml) file and modify the kubebot container environment variables to control things like who the kubebot will listen to, and what valid kubectl commands are allowed. ```yaml apiVersion: extensions/v1beta1 @@ -73,6 +71,7 @@ spec: value: "get describe scale" ``` +Then, create the kubebot [Deployment](http://kubernetes.io/docs/user-guide/deployments/) that consumes the secret you just created, and that’s it! ```console $ kubectl create -f kubebot-deployment.yaml