1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-18 04:38:06 +00:00

usr-bin volume mount not required (#424)

usr-bin volume mount not required as using kubelet version in command
This commit is contained in:
Saiyam Pathak 2019-10-24 19:19:33 +05:30 committed by Liz Rice
parent 7a2cc3f554
commit 39d9ef9d37

View File

@ -29,6 +29,4 @@ spec:
- name: etc-kubernetes
hostPath:
path: "/etc/kubernetes"
- name: usr-bin
hostPath:
path: "/usr/bin"