From 3f1daac6e80f0babe64fdda947016ef5374142e5 Mon Sep 17 00:00:00 2001 From: Wil Reichert Date: Thu, 3 Aug 2017 23:38:20 +0900 Subject: [PATCH] update volume mount in docs to account for container user change & fix helm typo --- README.rst | 4 ++-- docs/source/operations/guide-use-armada.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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::