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
helm diff upgrade my-release stable/postgresql --kube-context production
153
+
151
154
# Set HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true to ignore unknown flags
152
155
# It's useful when you're using `helm-diff` in a `helm upgrade` wrapper.
153
156
# See https://github.com/databus23/helm-diff/issues/278 for more information.
@@ -191,6 +194,7 @@ Flags:
191
194
--include-tests enable the diffing of the helm test hooks
192
195
--insecure-skip-tls-verify skip tls certificate checks for the chart download
193
196
--install enables diffing of releases that are not yet deployed via Helm (equivalent to --allow-unreleased, added to match "helm upgrade --install" command
197
+
--kube-context string name of the kubeconfig context to use
194
198
--kube-version string Kubernetes version used for Capabilities.KubeVersion
195
199
--kubeconfig string This flag is ignored, to allow passing of this top level flag to helm
0 commit comments