create config map entry in the README file
This commit is contained in:
parent
deef84e606
commit
ad8cea68cf
|
|
@ -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
|
$ 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
|
### Deploy fake Teams API
|
||||||
|
|
||||||
Teams API is used as a source of human users.
|
Teams API is used as a source of human users.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue