Skip to content

Commit 3d24e9e

Browse files
committed
feat: add --skip-schema-validation flag
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent 47549d9 commit 3d24e9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Flags:
8888
--disable-validation disables rendered templates validation against the Kubernetes cluster you are currently pointing to. This is the same validation performed on an install
8989
--dry-run disables cluster access and show diff as if it was install. Implies --install, --reset-values, and --disable-validation
9090
--enable-dns enable DNS lookups when rendering templates
91+
--skip-schema-validation disables rendered templates validation against the Kubernetes OpenAPI Schema
9192
-D, --find-renames float32 Enable rename detection if set to any value greater than 0. If specified, the value denotes the maximum fraction of changed content as lines added + removed compared to total lines in a diff for considering it a rename. Only objects of the same Kind are attempted to be matched
9293
-h, --help help for diff
9394
--include-tests enable the diffing of the helm test hooks
@@ -184,6 +185,7 @@ Flags:
184185
--disable-validation disables rendered templates validation against the Kubernetes cluster you are currently pointing to. This is the same validation performed on an install
185186
--dry-run disables cluster access and show diff as if it was install. Implies --install, --reset-values, and --disable-validation
186187
--enable-dns enable DNS lookups when rendering templates
188+
--skip-schema-validation skip validation of rendered templates against the Kubernetes OpenAPI Schema
187189
-D, --find-renames float32 Enable rename detection if set to any value greater than 0. If specified, the value denotes the maximum fraction of changed content as lines added + removed compared to total lines in a diff for considering it a rename. Only objects of the same Kind are attempted to be matched
188190
-h, --help help for upgrade
189191
--include-tests enable the diffing of the helm test hooks

0 commit comments

Comments
 (0)