mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
post_action_regex: fix log message for list_namespace
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
This commit is contained in:
committed by
Sandro Bonazzola
parent
bce5be9667
commit
fcc7145b98
@@ -19,7 +19,7 @@ def list_namespaces():
|
||||
ret = cli.list_namespace(pretty=True)
|
||||
except ApiException as e:
|
||||
logging.error(
|
||||
"Exception when calling CoreV1Api->list_namespaced_pod: %s\n",
|
||||
"Exception when calling CoreV1Api->list_namespace: %s\n",
|
||||
e
|
||||
)
|
||||
for current_namespace in ret.items:
|
||||
|
||||
Reference in New Issue
Block a user