You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--allow-unreleased enables diffing of releases that are not yet deployed via Helm
162
168
-a, --api-versions stringArray Kubernetes api versions used for Capabilities.APIVersions
@@ -172,7 +178,7 @@ Flags:
172
178
--kube-version string Kubernetes version used for Capabilities.KubeVersion
173
179
--kubeconfig string This flag is ignored, to allow passing of this top level flag to helm
174
180
--no-hooks disable diffing of hooks
175
-
--normalize-manifests normalize manifests before running diff to exclude style differences from the output
181
+
--normalize-manifests normalize manifests before running diff to exclude style differences from the output, or use HELM_DIFF_NORMALIZE_MANIFESTS=true.
176
182
--output string Possible values: diff, simple, json, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff")
177
183
--post-renderer string the path to an executable to be used for post rendering. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path
178
184
--repo string specify the chart repository url to locate the requested chart
@@ -185,7 +191,7 @@ Flags:
185
191
--strip-trailing-cr strip trailing carriage return on input
186
192
--suppress stringArray allows suppression of the values listed in the diff output
187
193
-q, --suppress-secrets suppress secrets in the output
188
-
--three-way-merge use three-way-merge to compute patch and generate diff output
194
+
--three-way-merge use three-way-merge to compute patch and generate diff output, or use HELM_DIFF_THREE_WAY_MERGE=true.
189
195
-f, --values valueFiles specify values in a YAML file (can specify multiple) (default [])
190
196
--version string specify the exact chart version to use. If this is not specified, the latest version is used
0 commit comments