helmfile/pkg/app
Travis Groth a584aeab2e Share helmexec from State Creation (#804)
Closes #444 and #782 

This is the final PR to fully cache and parallelize helm secret decryption.  It threads the shared helmexec.Interface into the StateCreator and HelmState structs to be used during environment secret decryption.  This should effectively cache secrets for the duration of a helmfile run, regardless of where they are first decrypted.
2019-08-15 09:27:55 +09:00
..
app.go Share helmexec from State Creation (#804) 2019-08-15 09:27:55 +09:00
app_test.go fix: pass namespace to helm template command (#771) 2019-07-30 10:44:42 +09:00
ask.go feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
config.go feat: add --output-dir on template command (#693) 2019-07-11 09:07:46 +09:00
constants.go feat: "bases" for easier layerina 2019-05-13 21:48:00 +09:00
constants_test.go Various U/X improvements for `helmfile apply` (#586) 2019-05-12 16:26:11 +09:00
context.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
desired_state_file_loader.go Share helmexec from State Creation (#804) 2019-08-15 09:27:55 +09:00
errors.go feat: Opt-out dep-builds and repo-updates (#463) 2019-02-04 12:07:25 +09:00
load_opts.go feat: override state(former "enviroment") values via command-line args (#644) 2019-06-04 11:03:01 +09:00
run.go feat: add --output-dir on template command (#693) 2019-07-11 09:07:46 +09:00
two_pass_renderer.go feat: state values (#647) 2019-06-04 16:34:02 +09:00
two_pass_renderer_test.go feat: remote state files (#648) 2019-06-04 22:59:54 +09:00