diff --git a/main.py b/main.py index b1dde70..3598218 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ def get_namespaces(): return data def get_tiller_namespaces(): - command = "/usr/local/bin/kubectl get po --all-namespaces -l name=tiller -ojson" + command = "/usr/local/bin/kubectl get deploy --all-namespaces -l name=tiller -ojson" info(f"Running command: {command}") try: output = check_output(command.split(" "), stderr=STDOUT).decode("utf-8")