I have created an autoscale deployment, while searching for the deployment on helm helm ls --all gw-autoscale-t1
, leads to a result of:
gw-autoscale-t1 1 Sat Dec 21 03:32:12 2019 DEPLOYED gatewayservice-0.1.0 1.0 dev
While searching for the deployment by Kubectl: kubectl get deploy -n dev | findstr gw-autoscale-t1
returns nothing.
Why is that happening?