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 dfef5e1 commit efae10dCopy full SHA for efae10d
Tiltfile
@@ -8,6 +8,8 @@ TILT_IMAGES_UNAPPLY = os.path.abspath("./bin/tilt-images-unapply")
8
# Allow the use of the azimuth-dev context
9
allow_k8s_contexts("azimuth")
10
11
+# Increase the timeout for applying to Kubernetes
12
+update_settings(k8s_upsert_timeout_secs = 600)
13
14
def deep_merge(dict1, dict2):
15
"""
0 commit comments