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
This commit is contained in:
parent
72ac86329f
commit
69bc0c9995
@ -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
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user