diff --git a/README.md b/README.md index e2947bbb15550617220e3eac29dcf8936ec9c0f2..f4a66a11afa36c3dc4e8cd217bbcbe80536f0538 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.