You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: avalueB: bvalue
The text was updated successfully, but these errors were encountered:
Currently the application environment can be specified as a list resembling the list on the kubernetes spec
application/myapp/values.yaml
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
The text was updated successfully, but these errors were encountered: