We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0dbfe commit 05a3debCopy full SHA for 05a3deb
Tiltfile
@@ -50,7 +50,7 @@ if "allowed_contexts" in settings:
50
if "default_registry" in settings:
51
default_registry(settings.get("default_registry"))
52
53
-mgmt_cluster_type = os.getenv("MGMT_CLUSTER_TYPE")
+mgmt_cluster_type = os.getenv("MGMT_CLUSTER_TYPE", "")
54
os_arch = str(local("go env GOARCH")).rstrip("\n")
55
if mgmt_cluster_type == "aks":
56
print("Using AKS as management cluster, setting os_arch to amd64")
0 commit comments