att-comdev / armada

This project has moved to OpenStack.
https://www.airshipit.org/
Apache License 2.0
78 stars 35 forks source link

feat: armada - support to set chart_groups when armada apply #175

Closed powerds closed 6 years ago

powerds commented 6 years ago

Is this a bug report or feature request? (choose one): feature request?

Python Version (output of python --version): python 3.5 Development or Deployment Environment?: virtualenv Release Tag or Master:

Expected Behavior:

What Actually Happened: armada apply sample.yaml --set manifest:armada-manifest:chart_groups=A,B How to Reproduce the Issue (as minimally as possible): armada apply sample.yaml --set manifest:armada-manifest:chart_groups=A Any Additional Comments: Now armada apply command supports --set function. but it do not support to change list type of value like chart_groups. this feature can manage chart groups in one yaml file.