helmfile/pkg/helmexec
Vincent Behar 34c793d87e fix: use the same logic as helm-secrets when decoding secrets (#655)
helm-secrets uses the `HELM_SECRETS_DEC_SUFFIX` env var to define the name of the output file
we should have the same logic in helmfile, to come up with the same filename

It only affects people using the `HELM_SECRETS_DEC_SUFFIX` env var

Use-case: if you want to run multiple `helmfile` commands in parallel, without conflicts. in this case, you need to decrypt secrets with different suffixes.
2019-06-06 21:27:04 +09:00
..
context.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
exec.go fix: use the same logic as helm-secrets when decoding secrets (#655) 2019-06-06 21:27:04 +09:00
exec_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
exit_error.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
helmexec.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
runner.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00