mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 18:14:05 +00:00
Disable mounting of service account token under OpenShift.
This commit is contained in:
@@ -106,6 +106,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"automountServiceAccountToken": false,
|
||||||
"securityContext": {
|
"securityContext": {
|
||||||
"supplementalGroups": [
|
"supplementalGroups": [
|
||||||
100
|
100
|
||||||
|
@@ -302,6 +302,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"automountServiceAccountToken": false,
|
||||||
"securityContext": {
|
"securityContext": {
|
||||||
"supplementalGroups": [
|
"supplementalGroups": [
|
||||||
100
|
100
|
||||||
|
Reference in New Issue
Block a user