Commit 14fdfbf9 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #767 from jupyter-on-openshift/disable-token-mounting

Disable mounting of service account token under OpenShift.
parents e8613d84 fe85a0d1
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
] ]
} }
], ],
"automountServiceAccountToken": false,
"securityContext": { "securityContext": {
"supplementalGroups": [ "supplementalGroups": [
100 100
......
...@@ -302,6 +302,7 @@ ...@@ -302,6 +302,7 @@
] ]
} }
], ],
"automountServiceAccountToken": false,
"securityContext": { "securityContext": {
"supplementalGroups": [ "supplementalGroups": [
100 100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment