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.
2 parents b68c4c4 + c36ab2c commit 4112c6aCopy full SHA for 4112c6a
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