Skip to content

Commit

Permalink
Merge pull request #275 from bzub/274-remove_hostpath_volume
Browse files Browse the repository at this point in the history
fix: remove hostpath volume and privileged context
  • Loading branch information
k8s-ci-robot authored Jan 5, 2024
2 parents 1ab9fc5 + 18f3ef1 commit 9371921
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,8 @@ spec:
httpGet:
path: /healthz
port: healthz
volumeMounts:
- mountPath: /var/run/docker.sock
name: dockersock
securityContext:
privileged: true
terminationGracePeriodSeconds: 10
serviceAccountName: manager
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
volumes:
- name: dockersock
hostPath:
path: /var/run/docker.sock

0 comments on commit 9371921

Please sign in to comment.