-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersscope:deployment
Description
Currently the application environment can be specified as a list resembling the list on the kubernetes spec
application/myapp/values.yaml
harness:
env:
- name: A
value: avalue
- name: B
value: bvalue The limitation of using a list is that values cannot be overridden in different environments, so if I want to change the A variable in values-dev.yaml I also have to specify B.
In order to make the change backwards compatible can add a new specification
harness:
envmap:
A: avalue
B: bvalue Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersscope:deployment