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.
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.