Code Review
/
oom
/
readiness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
51d511b
)
[READINESS] Fixed service parameter
89/137589/1
6.0.2
author
Andreas Geissler
<andreas-geissler@telekom.de>
Tue, 26 Mar 2024 13:15:33 +0000
(14:15 +0100)
committer
Andreas Geissler
<andreas-geissler@telekom.de>
Tue, 26 Mar 2024 13:15:33 +0000
(14:15 +0100)
Correction for the --service-name option
Issue-ID: OOM-3280
Change-Id: I2a5f39f65522b0be5a858190027e69af209e4431
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
ready.py
patch
|
blob
|
history
diff --git
a/ready.py
b/ready.py
index
f71b958
..
ac7a3ea
100755
(executable)
--- a/
ready.py
+++ b/
ready.py
@@
-461,7
+461,7
@@
def main(argv):
url = DEF_URL
ns = ""
try:
- opts, _args = getopt.getopt(argv, "hj:s:c:p:a:t:m:u:n:", ["service-name",
+ opts, _args = getopt.getopt(argv, "hj:s:c:p:a:t:m:u:n:", ["service-name
=
",
"container-name=",
"pod-name=",
"app-name=",