Commit fe85a0d1 authored by Graham Dumpleton's avatar Graham Dumpleton

Disable mounting of service account token under OpenShift.

parent e8613d84
...@@ -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