Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
mo' debug
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa committed Dec 23, 2022
1 parent 1bcd7dd commit 632f1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def deploy_chart(self, host: str, username: str, password: str, release_name: st
kubeconfig_path, "--repo", host, "--username", username,
"--password", password, "-f", helm_values_path, "-i"]

print(f" Run helm upgrade {release_name} {chart_name} --namespace {namespace} --version {version if version else '<None>'}"
print(f" potter-hub.deploy_chart(): Run helm upgrade {release_name} {chart_name} --namespace {namespace} --version {version if version else '<None>'}"
f" --kubeconfig {kubeconfig_path} --repo {host} --username {username} --password *** -f {helm_values_path} -i\n")
result = subprocess.run(command, capture_output=True, text=True)
print(result.stdout)
Expand Down

0 comments on commit 632f1c9

Please sign in to comment.