helmfile/pkg
KUOKA Yusuke 3710f6233e
feat: state values (#647)
This adds `values` to state files as proposed in #640.

```yaml
values:
- key1: val1
- defaults.yaml

environments:
  default:
  - values:
    - environments/default.yaml
  production:
  - values:
    - environments/production.yaml

```

`{{ .Valuese.key1 }}` evaluates to `val1` if and only if it is not overrode via the production or the default env, or command-line args.

Resolves #640
2019-06-04 16:34:02 +09:00
..
app feat: state values (#647) 2019-06-04 16:34:02 +09:00
argparser chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
environment feat: state values (#647) 2019-06-04 16:34:02 +09:00
event chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
helmexec chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
maputil feat: state values (#647) 2019-06-04 16:34:02 +09:00
state feat: state values (#647) 2019-06-04 16:34:02 +09:00
tmpl fix: "cannot unmarshal !!str `<no value>` into bool" errors in state templates (#645) 2019-06-04 13:23:38 +09:00