Added space
This commit is contained in:
parent
77c1c7d01a
commit
a4bb284c69
2
main.py
2
main.py
@ -83,7 +83,7 @@ def get_chartdata(tiller_ns, namespace, chart):
|
|||||||
return data
|
return data
|
||||||
|
|
||||||
def chartRollback(revision, chart, tiller_ns):
|
def chartRollback(revision, chart, tiller_ns):
|
||||||
command = "/usr/local/bin/helm --tiller-namespace " + tiller_ns + " rollback " + chart + revision # helm2
|
command = "/usr/local/bin/helm --tiller-namespace " + tiller_ns + " rollback " + chart + " " + revision # helm2
|
||||||
info(f"Running command: {command}")
|
info(f"Running command: {command}")
|
||||||
try:
|
try:
|
||||||
output = check_output(command.split(" "), stderr=STDOUT).decode("utf-8")
|
output = check_output(command.split(" "), stderr=STDOUT).decode("utf-8")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user