From ad8cea68cf78eddaff7ff6d93af58023c9c4ee47 Mon Sep 17 00:00:00 2001 From: Murat Kabilov Date: Fri, 12 May 2017 16:20:07 +0200 Subject: [PATCH] create config map entry in the README file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e2947bbb1..f4a66a11a 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,12 @@ Etcd is required to deploy the operator. $ kubectl --context minikube create -f https://raw.githubusercontent.com/coreos/etcd/master/hack/kubernetes-deploy/etcd.yml +### Create ConfigMap + +ConfigMap is used to store configuration of the operator + + $ kubectl --context minikube create -f manifests/configmap.yaml + ### Deploy fake Teams API Teams API is used as a source of human users.