Skip to content

Commit

Permalink
fix(hack): remove privileged options from debug manifest (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Nov 21, 2018
1 parent f16a130 commit 9c77b49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hack/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ kind: Pod
metadata:
name: debug
spec:
hostPID: true
hostIPC: true
hostNetwork: true
# nodeSelector:
# kubernetes.io/hostname: ${HOSTNAME}
tolerations:
Expand All @@ -18,8 +15,6 @@ spec:
env:
- name: DOCKER_HOST
value: unix:///rootfs/run/docker.sock
securityContext:
privileged: true
volumeMounts:
- mountPath: /rootfs
name: root
Expand Down

0 comments on commit 9c77b49

Please sign in to comment.