helmfile/pkg
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
..
app Sync repos before update deps (#660) 2019-06-06 15:23:27 +09:00
argparser chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
environment feat: state values (#647) 2019-06-04 16:34:02 +09:00
event chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
helmexec fix: use the same logic as helm-secrets when decoding secrets (#655) 2019-06-06 21:27:04 +09:00
maputil feat: state values (#647) 2019-06-04 16:34:02 +09:00
remote feat: remote state files (#648) 2019-06-04 22:59:54 +09:00
state Sort requirements alphabetically by name. (#659) 2019-06-06 12:30:22 +09:00
testhelper feat: remote state files (#648) 2019-06-04 22:59:54 +09:00
tmpl fix: "cannot unmarshal !!str `<no value>` into bool" errors in state templates (#645) 2019-06-04 13:23:38 +09:00