Skip to content

Commit 05a3deb

Browse files
rihibnawazkh
andauthored
fix Tiltfile
Co-authored-by: Nawaz K <[email protected]>
1 parent 0c0dbfe commit 05a3deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if "allowed_contexts" in settings:
5050
if "default_registry" in settings:
5151
default_registry(settings.get("default_registry"))
5252

53-
mgmt_cluster_type = os.getenv("MGMT_CLUSTER_TYPE")
53+
mgmt_cluster_type = os.getenv("MGMT_CLUSTER_TYPE", "")
5454
os_arch = str(local("go env GOARCH")).rstrip("\n")
5555
if mgmt_cluster_type == "aks":
5656
print("Using AKS as management cluster, setting os_arch to amd64")

0 commit comments

Comments
 (0)