helmfile/pkg/helmexec
Craig Dunford eeb61e6174
Support for createNamespace (#1226)
- createNamespace is a new attribute that can be added to helmDefaults
  or an individual release to enforce the creation of a release namespace
  during sync if the namespace does not exist. This leverages helm's
  (3.2+) --create-namespace flag for the install/upgrade command. If
  running helm < 3.2, the createNamespace attribute has no effect.

Resolves #891
Resolves #1140
2020-04-26 10:41:40 +09:00
..
context.go Add historyMax (#1022) 2019-12-17 08:27:42 +09:00
exec.go Support for createNamespace (#1226) 2020-04-26 10:41:40 +09:00
exec_test.go Support for createNamespace (#1226) 2020-04-26 10:41:40 +09:00
exit_error.go fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
helmexec.go Support for createNamespace (#1226) 2020-04-26 10:41:40 +09:00
runner.go feat: add --output-dir on template command (#693) 2019-07-11 09:07:46 +09:00