helmfile/pkg/app
KUOKA Yusuke 07c42474cc
Do not fail due to missing env in base helmfile (#1009)
When helmfile is run with `--environment NAME` and there was a base hemlfile that misses `environments`, helmfile had been trying to load env values for NAME and failing.

A base helmfile is allowed to reference values from within itself, but that's optional. In other words, a base helmfile that misses the env is okay as long as it doesn't self-reference env values.

So, this change allows missing env and env values while loading base helmfile. After loading, a base helmfile can fail due to referencing missing env values, but that's okay.

Fixes #1008
2019-12-01 11:37:56 +09:00
..
app.go Fix random "expansion errors" in large values contained in `values` (#974) 2019-11-17 09:37:45 +09:00
app_test.go Do not fail due to missing env in base helmfile (#1009) 2019-12-01 11:37:56 +09:00
ask.go feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
config.go feat: `--skip-repos` for `helmfile deps` (#851) 2019-09-12 19:33:18 +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 Validate on recursion (#993) 2019-11-21 22:40:53 +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 Port the `needs` fix for `helmfile apply` to `sync`, and make `template` DAG-aware (#940) 2019-11-06 23:16:57 +09:00
two_pass_renderer.go Log "could not deduce `environment:` block" message at debug level (#967) 2019-11-15 08:52:49 +09:00
two_pass_renderer_test.go Update documentation and tests for .Values (#839) 2019-09-14 05:35:16 +02:00