Skip to content

Commit

Permalink
correct Note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PI-Victor committed Dec 27, 2016
1 parent 9f20341 commit 47a08a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository is a showcase deployment of Odoo on a Kubernetes cluster using
[minikube](https://github.com/kubernetes/minikube).
See [repo instructions](https://github.com/kubernetes/minikube#installation) for setting up minikube.

###### Note: This example overrides the default `odoo` user specified in `docker.io/odoo:10.0` because the specified volumes for `hostPath` are mounted with root privileges and that doesn't allow a non-privileged user to write to them, making PVs not possible.
###### Note: This example overrides the default `odoo` user specified in `docker.io/odoo:10.0` because the specified volumes for `hostPath` are mounted with root privileges and that doesn't allow a non-privileged user to write to them.

#### Running the example
Download a [release of minikube](https://github.com/kubernetes/minikube/releases).
Expand Down

0 comments on commit 47a08a1

Please sign in to comment.