Skip to content

Commit

Permalink
fix verify errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Nov 15, 2024
1 parent 4a2fc31 commit b5e35e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def flavors():
if "aks" in settings.get("kustomize_substitutions", {}).get("MGMT_CLUSTER_NAME", ""):
delete_all_workload_clusters += clear_aks_vnet_peerings()


local_resource(
name = "delete-all-workload-clusters",
cmd = ["sh", "-ec", delete_all_workload_clusters],
Expand Down

0 comments on commit b5e35e0

Please sign in to comment.