update volume mount in docs to account for container user change & fix helm typo

This commit is contained in:
Wil Reichert 2017-08-03 23:38:20 +09:00 committed by Alexis Rivera DeLa Torre
parent add0e2eb99
commit 3f1daac6e8
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Armada
Armada is a tool for managing multiple helm charts with dependencies by centralizing
all configurations in a single Armada yaml and providing lifecycle
hooks for all hem releases.
hooks for all helm releases.
Roadmap
-------
@ -19,7 +19,7 @@ Installation
.. code-block:: bash
docker run -d --net host -p 8000:8000 --name armada -v ~/.kube/config:/root/.kube/config -v $(pwd)/examples/:/examples quay.io/attcomdev/armada:latest
docker run -d --net host -p 8000:8000 --name armada -v ~/.kube/config:/armada/.kube/config -v $(pwd)/examples/:/examples quay.io/attcomdev/armada:latest
Using armada `docs <docs/source/operations/guide-use-armada.rst>`_

View File

@ -41,7 +41,7 @@ Usage
.. note::
Make sure to mount your kubeconfig into ``/root/.kube/config`` in
Make sure to mount your kubeconfig into ``/armada/.kube/config`` in
the container
.. note::