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 ae5f8a7 commit c36ab2cCopy full SHA for c36ab2c
mybinder/values.yaml
@@ -218,6 +218,8 @@ binderhub:
218
extraConfig:
219
neverRestart: |
220
c.KubeSpawner.extra_pod_config.update({'restart_policy': 'Never'})
221
+ noPrivilegeEscalation: |
222
+ c.KubeSpawner.allow_privilege_escalation = False
223
noAuthMetrics: |
224
c.JupyterHub.authenticate_prometheus = False
225
service:
0 commit comments