fix(hack): remove privileged options from debug manifest (#224)
This commit is contained in:
parent
f16a130789
commit
9c77b490e0
@ -3,9 +3,6 @@ kind: Pod
|
||||
metadata:
|
||||
name: debug
|
||||
spec:
|
||||
hostPID: true
|
||||
hostIPC: true
|
||||
hostNetwork: true
|
||||
# nodeSelector:
|
||||
# kubernetes.io/hostname: ${HOSTNAME}
|
||||
tolerations:
|
||||
@ -18,8 +15,6 @@ spec:
|
||||
env:
|
||||
- name: DOCKER_HOST
|
||||
value: unix:///rootfs/run/docker.sock
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /rootfs
|
||||
name: root
|
||||
|
Loading…
x
Reference in New Issue
Block a user