helmfile/state
Vincent Behar fea62032e9 fix: cleanup hook executed too early for apply command (#426)
fixes https://github.com/roboll/helmfile/issues/412

the `apply` command first runs the `diff` command, which triggers the execution of the `cleanup` hooks at the end of the `diff`.
2019-01-01 01:33:16 +09:00
..
create.go Fixes #383. Deprecated `context` directive in favor of helmDefaults.kubeContext (#401) 2018-11-22 12:39:03 +09:00
create_test.go feat: double render the helmfile (#308) 2018-09-12 08:55:42 +09:00
environment.go feat: Environment Secrets (#274) 2018-09-02 21:07:35 +09:00
release_filters.go fix: prevent panicing on invalid selector format (#323) 2018-09-09 17:20:44 +09:00
state.go fix: cleanup hook executed too early for apply command (#426) 2019-01-01 01:33:16 +09:00
state_test.go Fixes #383. Deprecated `context` directive in favor of helmDefaults.kubeContext (#401) 2018-11-22 12:39:03 +09:00