We added envvals overrides in the state file via #622 two days ago: ``` helmfiles: - name: sub.helmfile.yaml environment: values: - mykey: myvalue ``` This change removes the `environment` level in the above cofig, so that it looks like: ``` helmfiles: - name: sub.helmfile.yaml values: - mykey: myvalue `` This is an inevitable breaking change towards #361. But I wanted to break it earlier so that less folks are affected.` Ref https://github.com/roboll/helmfile/issues/361#issuecomment-497530819 |
||
|---|---|---|
| .. | ||
| chart_dependency.go | ||
| create.go | ||
| create_test.go | ||
| environment.go | ||
| environment_values_loader.go | ||
| release.go | ||
| release_error.go | ||
| release_filters.go | ||
| state.go | ||
| state_exec_tmpl.go | ||
| state_exec_tmpl_test.go | ||
| state_run.go | ||
| state_test.go | ||
| storage.go | ||
| testfs.go | ||
| types.go | ||