Fix capitalization of disableOpenAPIValidation config in README (#2003)

See https://github.com/roboll/helmfile/blob/master/pkg/state/state.go#L220
This commit is contained in:
Travis Truman 2022-01-06 18:59:49 -05:00 committed by GitHub
parent 170e29a558
commit b101f9ff8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.