This is frustratingly necessary
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a7597c2b52
commit
a885f275a6
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||||
name: kube-api-access-t4rzn
|
name: kube-api-access-t4rzn
|
||||||
|
@ -84,6 +85,7 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||||
name: kube-api-access-t4rzn
|
name: kube-api-access-t4rzn
|
||||||
|
|
Loading…
Add table
Reference in a new issue