summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-03-04 14:54:13 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2024-03-04 14:54:13 +0100
commit9320a0c4f473cce293cf084f2acdd4d3ec514121 (patch)
treefc768fdb39330f39c1b26767217b312577c6cd9e
parent375f38c5373a68be16a9b8109f87a428a68a1fe8 (diff)
[READINESS] Fix timeout message for failing app label check
Fixed wrong string entry for app_name checks. Issue-ID: OOM-3278 Change-Id: Iaf3dd748cf5117699466342359dddcb35e49c107 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
-rwxr-xr-xready.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ready.py b/ready.py
index e80e6f0..e05c9e4 100755
--- 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