diff --git a/README.rst b/README.rst index 7404c315..5cd3a534 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ diff --git a/docs/source/operations/guide-use-armada.rst b/docs/source/operations/guide-use-armada.rst index 6b3dc0f0..58cb6e88 100644 --- a/docs/source/operations/guide-use-armada.rst +++ b/docs/source/operations/guide-use-armada.rst @@ -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::