Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Clean up manager YAML
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <[email protected]>
  • Loading branch information
chuckha committed Oct 23, 2019
1 parent c459a80 commit fac479f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,10 @@ spec:
volumeMounts:
- mountPath: /var/run/docker.sock
name: dockersock
- mountPath: /var/lib/docker
name: dockerlib
securityContext:
privileged: true
terminationGracePeriodSeconds: 10
volumes:
- name: dockersock
hostPath:
path: /var/run/docker.sock
type: Socket
- name: dockerlib
hostPath:
path: /var/lib/docker

0 comments on commit fac479f

Please sign in to comment.