Disable mounting of service account token under OpenShift.

This commit is contained in:
Graham Dumpleton
2018-11-26 17:10:50 +11:00
parent e8613d8412
commit fe85a0d172
2 changed files with 2 additions and 0 deletions

View File

@@ -106,6 +106,7 @@
] ]
} }
], ],
"automountServiceAccountToken": false,
"securityContext": { "securityContext": {
"supplementalGroups": [ "supplementalGroups": [
100 100

View File

@@ -302,6 +302,7 @@
] ]
} }
], ],
"automountServiceAccountToken": false,
"securityContext": { "securityContext": {
"supplementalGroups": [ "supplementalGroups": [
100 100