Fixed typo

This commit is contained in:
jenkins-x-bot 2020-09-15 17:37:35 +08:00
parent f2187c6fc5
commit 77c1c7d01a
2 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def get_chartdata(tiller_ns, namespace, chart):
revision["tiller_ns"] = tiller_ns revision["tiller_ns"] = tiller_ns
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:

Binary file not shown.