Skip to content

Commit

Permalink
Merge branch 'helmupdatefix' of https://github.com/sirireddy12/azure-…
Browse files Browse the repository at this point in the history
…cli-extensions into helmupdatefix
  • Loading branch information
sikasire committed Feb 16, 2022
2 parents 84c1148 + bc79fea commit f96aad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectedk8s/azext_connectedk8s/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ def update_agents(cmd, client, resource_group_name, cluster_name, https_proxy=""
telemetry.set_exception(exception=error_helm_get_values.decode("ascii"), fault_type=consts.Get_Helm_Values_Failed,
summary='Error while doing helm get values azure-arc')
raise CLIInternalError(str.format(consts.Update_Agent_Failure, error_helm_get_values.decode("ascii")))

cmd_helm_upgrade = [helm_client_location, "upgrade", "azure-arc", chart_path, "--namespace", release_namespace,
"-f",
user_values_location, "--wait", "--output", "json"]
Expand Down

0 comments on commit f96aad8

Please sign in to comment.