File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -284,14 +284,14 @@ environments:
284
284
# That is, the "production" env below is used when and only when it is run like `helmfile --environment production sync`.
285
285
production :
286
286
values :
287
- - environment /production/values.yaml
287
+ - environments /production/values.yaml
288
288
- myChartVer : 1.0.0
289
289
# disable vault release processing
290
290
- vault :
291
291
enabled : false
292
292
# # `secrets.yaml` is decrypted by `helm-secrets` and available via `{{ .Environment.Values.KEY }}`
293
293
secrets :
294
- - environment /production/secrets.yaml
294
+ - environments /production/secrets.yaml
295
295
# Instructs helmfile to fail when unable to find a environment values file listed under `environments.NAME.values`.
296
296
#
297
297
# Possible values are "Error", "Warn", "Info", "Debug". The default is "Error".
You can’t perform that action at this time.
0 commit comments