Skip to content

Commit 4789085

Browse files
Authenticate to GKE before upgrading helm chart
1 parent 0a03d57 commit 4789085

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

codehub/cli/create.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ def upgrade(config: UpgradeConfig):
7474
deploy_config,
7575
config.hub_config,
7676
)
77-
install_helm_chart(deploy_config, upgrade=True)
7877

7978
authenticate_k8s_GKE(config.name)
79+
80+
install_helm_chart(deploy_config, upgrade=True)
81+
8082
wait_for_hub_to_get_ready(k8s_dir)
8183

8284

0 commit comments

Comments
 (0)