14287: Clean up context key usage.
[arvados.git] / lib / config / generated_config.go
index 2e891911fe438ed1149da3c42f3c4b5cf06dde67..80fd0cb40dbbb45daa41b192f2a72496344fba85 100644 (file)
@@ -533,7 +533,7 @@ Clusters:
         TimeoutShutdown: 10s
 
         # Worker VM image ID.
-        ImageID: ami-01234567890abcdef
+        ImageID: ""
 
         # Tags to add on all resources (VMs, NICs, disks) created by
         # the container dispatcher. (Arvados's own tags --
@@ -685,4 +685,7 @@ Clusters:
       # Workbench2 configs
       VocabularyURL: ""
       FileViewersConfigURL: ""
+
+    # Use experimental controller code (see https://dev.arvados.org/issues/14287)
+    EnableBetaController14287: false
 `)