Skip to content

Commit

Permalink
disable escalated privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Jul 28, 2024
1 parent db6e571 commit 13b0684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/ondemand-config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ ood_apps:
k8s_container: ghcr.io/nesi/training-environment-jupyter-introduction-shell-app:v0.3.0
repo: https://github.com/nesi/training-environment-jupyter-introduction-shell-app.git
version: 'v0.3.0'
enabled: true
enabled: false
pre_pull: false

# this is currently required for containers and nextflow apps to run properly (fakeroot)
# Note: you should probably set to false unless you are running a containers workshop
enable_privileged_pods: true
enable_privileged_pods: false

# pull the images defined in ood_apps onto all k8s worker nodes
# Note: make sure the worker nodes have enough `worker_disksize` (especially if many apps are enabled)
Expand Down

0 comments on commit 13b0684

Please sign in to comment.