[READINESS] Fix timeout message for failing app label check 63/137463/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Mon, 4 Mar 2024 13:54:13 +0000 (14:54 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Mon, 4 Mar 2024 13:54:13 +0000 (14:54 +0100)
Fixed wrong string entry for app_name checks.

Issue-ID: OOM-3278

Change-Id: Iaf3dd748cf5117699466342359dddcb35e49c107
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
ready.py

index e80e6f0..e05c9e4 100755 (executable)
--- a/ready.py
+++ b/ready.py
@@ -475,7 +475,7 @@ def main(argv):
                 break
             if time.time() > timeout:
                 log.warning("timed out waiting for '%s' to be ready",
-                            pod_name)
+                            app_name)
                 sys.exit(1)
             else:
                 # spread in time potentially parallel execution in multiple