create config map entry in the README file

This commit is contained in:
Murat Kabilov 2017-05-12 16:20:07 +02:00 committed by Murat Kabilov
parent deef84e606
commit ad8cea68cf
1 changed files with 6 additions and 0 deletions

View File

@ -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.