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
Hi,
If there is a problem installing a release then that release stays in the pending-install state and doesn't show up with normal helm ls. You need to call helm ls --all to see it.
I think we need to add the --all parameter to helm ls here:
Hi,
If there is a problem installing a release then that release stays in the
pending-install
state and doesn't show up with normalhelm ls
. You need to callhelm ls --all
to see it.I think we need to add the
--all
parameter tohelm ls
here:gradle-helm-plugin/helm-plugin/src/main/kotlin/org/unbrokendome/gradle/plugins/helm/command/HelmCommandSupport.kt
Line 39 in d9ae913
The text was updated successfully, but these errors were encountered: