From 69bc0c999550ad20e1583cca58c058b6d03f73c5 Mon Sep 17 00:00:00 2001 From: Evan Steitz Date: Tue, 17 Oct 2017 13:21:15 -0600 Subject: [PATCH] docs(plugin): Update plugin guide Update the plugin documentation to reflect the best options for installing the armada plugin Closes #166 https://github.com/att-comdev/armada/issues/166 Change-Id: If9612cef2bdc5f05342747fd45b939877e1b379f --- docs/source/operations/guide-helm-plugin.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/source/operations/guide-helm-plugin.rst b/docs/source/operations/guide-helm-plugin.rst index 0d6ede82..93953098 100644 --- a/docs/source/operations/guide-helm-plugin.rst +++ b/docs/source/operations/guide-helm-plugin.rst @@ -5,13 +5,19 @@ The armada plugin extends all the functionality of Armada to be used as a plugin Install Plugin --------------- + +**Install directly from the repository** + :: - To install the Armada plugin, all you have to do is copy the plugin directory into ~/.helm/plugins/ + helm plugin install https://github.com/att-comdev/armada.git -.. code-block:: bash +**Clone and install locally** - git clone https://github.com/att-comdev/armada.git ~/.helm/plugins/ +:: + + git clone https://github.com/att-comdev/armada.git ~/.helm/plugins/ + helm plugin install ~/.helm/plugins/armada Usage ------