helmfile/state
Yusuke KUOKA 127dd857df feat(diff): Pass namespace to helm-diff
Tested manually by running `helmfile diff` with debug logging:

```yaml
helmDefaults:
  tillerNamespace: foo

charts:
  - name: grafana
    namespace: grafana
    chart: stable/grafana
```

```console
$ ./helmfile --log-level debug diff
Comparing grafana stable/grafana
exec: helm diff upgrade --allow-unreleased grafana stable/grafana --namespace grafana --tiller-namespace=foo
```

Resolves #179
2018-08-22 11:20:55 +09:00
..
release_filters.go support the same selector repeated 2018-04-17 11:10:46 -04:00
state.go feat(diff): Pass namespace to helm-diff 2018-08-22 11:20:55 +09:00
state_test.go Add the option to specify an alternative helm binary (#181) 2018-07-03 22:19:02 +09:00