From b101f9ff8dc6ea7e99397a28c18b2852ba3567a9 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Thu, 6 Jan 2022 18:59:49 -0500 Subject: [PATCH] Fix capitalization of disableOpenAPIValidation config in README (#2003) See https://github.com/roboll/helmfile/blob/master/pkg/state/state.go#L220 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c41bdb2..fb9fead2 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ releases: # passes --disable-openapi-validation to helm 3 diff plugin, this requires diff plugin >= 3.1.2 # It may be helpful to deploy charts with helm api v1 CRDS # https://github.com/roboll/helmfile/pull/1373 - disableOpenApiValidation: false + disableOpenAPIValidation: false # limit the maximum number of revisions saved per release. Use 0 for no limit (default 10) historyMax: 10 # When set to `true`, skips running `helm dep up` and `helm dep build` on this release's chart.