💻 Tech
When you list all releases in Helm with helm ls
, it only includes active releases and not the releases with issues or pending state. To list everything, use helm ls -a
.
When you list all releases in Helm with helm ls
, it only includes active releases and not the releases with issues or pending state. To list everything, use helm ls -a
.