Merge pull request #12 from alop/minor-fixes

Updated example file
This commit is contained in:
Alexis Rivera DeLa Torre 2017-03-10 17:08:07 -06:00 committed by GitHub
commit e5e87b849d
2 changed files with 4 additions and 3 deletions

View File

@ -30,8 +30,9 @@ The installation is fairly straight forward:
``` ```
virtualenv --no-site-packages ~/armada-env virtualenv --no-site-packages ~/armada-env
~/armada-env/bin/pip install -r ./requirements.txt source ~/armada-env/bin/activate
~/armada-env/bin/python ./setup.py install pip install -r ./requirements.txt
python ./setup.py install
``` ```
To run armada, simply supply it with your YAML based intention for any number of charts: To run armada, simply supply it with your YAML based intention for any number of charts:

View File

@ -20,7 +20,7 @@ armada:
source: source:
type: git type: git
location: git://github.com/att-comdev/openstack-helm location: git://github.com/att-comdev/openstack-helm
subpath: common subpath: helm-toolkit
reference: master reference: master
dependencies: [] dependencies: []