From 669e13b94c32027ad8eaaaa546f371ab3c0965d5 Mon Sep 17 00:00:00 2001 From: John Wregglesworth Date: Tue, 16 May 2023 13:37:15 -0700 Subject: [PATCH] Make the k8s launches the default for VICE --- src/apps/util/config.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/util/config.clj b/src/apps/util/config.clj index db502674..16dc7265 100644 --- a/src/apps/util/config.clj +++ b/src/apps/util/config.clj @@ -101,7 +101,7 @@ (cc/defprop-optboolean vice-k8s-enabled "Turns on submitting VICE analyses to K8s rather than condor" [props config-valid configs] - "apps.vice.k8s-enabled" false) + "apps.vice.k8s-enabled" true) (cc/defprop-optstr data-info-base-url "The base URL to use when connecting to the JEX."