Skip to content

Commit

Permalink
readme: fix wrong paths for environments on conf example (#1885)
Browse files Browse the repository at this point in the history
As we are using "environments" all over the place this allows to add
clarity
  • Loading branch information
sterchelen authored Sep 14, 2021
1 parent 2792ef7 commit 724b4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,14 @@ environments:
# That is, the "production" env below is used when and only when it is run like `helmfile --environment production sync`.
production:
values:
- environment/production/values.yaml
- environments/production/values.yaml
- myChartVer: 1.0.0
# disable vault release processing
- vault:
enabled: false
## `secrets.yaml` is decrypted by `helm-secrets` and available via `{{ .Environment.Values.KEY }}`
secrets:
- environment/production/secrets.yaml
- environments/production/secrets.yaml
# Instructs helmfile to fail when unable to find a environment values file listed under `environments.NAME.values`.
#
# Possible values are "Error", "Warn", "Info", "Debug". The default is "Error".
Expand Down

0 comments on commit 724b4b3

Please sign in to comment.