Fixed typo
This commit is contained in:
parent
f2187c6fc5
commit
77c1c7d01a
2
main.py
2
main.py
@ -82,7 +82,7 @@ def get_chartdata(tiller_ns, namespace, chart):
|
||||
revision["tiller_ns"] = tiller_ns
|
||||
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
|
||||
info(f"Running command: {command}")
|
||||
try:
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user