Skip to content

Commit 9371921

Browse files
authored
Merge pull request kubernetes-sigs#275 from bzub/274-remove_hostpath_volume
fix: remove hostpath volume and privileged context
2 parents 1ab9fc5 + 18f3ef1 commit 9371921

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

config/manager/manager.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,8 @@ spec:
3838
httpGet:
3939
path: /healthz
4040
port: healthz
41-
volumeMounts:
42-
- mountPath: /var/run/docker.sock
43-
name: dockersock
44-
securityContext:
45-
privileged: true
4641
terminationGracePeriodSeconds: 10
4742
serviceAccountName: manager
4843
tolerations:
4944
- effect: NoSchedule
5045
key: node-role.kubernetes.io/master
51-
volumes:
52-
- name: dockersock
53-
hostPath:
54-
path: /var/run/docker.sock

0 commit comments

Comments
 (0)