From bb44160070fb68fa02ffaf292b9fb021530c3b50 Mon Sep 17 00:00:00 2001 From: Chris Scott Date: Wed, 24 Apr 2024 14:13:00 +1200 Subject: [PATCH] disable containers app by default --- vars/ondemand-config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/ondemand-config.yml.example b/vars/ondemand-config.yml.example index a9cd773..c91a610 100644 --- a/vars/ondemand-config.yml.example +++ b/vars/ondemand-config.yml.example @@ -113,7 +113,7 @@ ood_apps: k8s_container: ghcr.io/nesi/training-environment-jupyter-containers-app:v0.1.0 repo: https://github.com/nesi/training-environment-jupyter-containers-app.git version: 'v0.1.0' - enabled: true + enabled: false # this is currently required for containers app to run properly (fakeroot) # Note: you should probably set to false unless you are running a containers workshop