Added space

This commit is contained in:
jenkins-x-bot 2020-09-15 17:45:03 +08:00
parent 77c1c7d01a
commit a4bb284c69

View File

@ -83,7 +83,7 @@ def get_chartdata(tiller_ns, namespace, chart):
return data
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}")
try:
output = check_output(command.split(" "), stderr=STDOUT).decode("utf-8")