docs: Add Helmfile env var for JSON style in go-yaml

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2025-05-08 21:04:27 +08:00 committed by yxxhero
parent 20ee7330ac
commit ca32ebdb0b
1 changed files with 1 additions and 0 deletions

View File

@ -574,6 +574,7 @@ Helmfile uses some OS environment variables to override default behaviour:
* `HELMFILE_CACHE_HOME` - specify directory to store cached files for remote operations
* `HELMFILE_FILE_PATH` - specify the path to the helmfile.yaml file
* `HELMFILE_INTERACTIVE` - enable interactive mode, expecting `true` lower case. The same as `--interactive` CLI flag
* `HELMFILE_ENABLE_GOCCY_GOYAML_JSON_STYLE`: - enable JSON style for *goccy/go-yaml* instead of *gopkg.in/yaml.v2*. It's `false` by default in Helmfile. it will add quotes to string values.
## CLI Reference