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

Commit

Permalink
Merge pull request #257 from chuckha/cleanup-manager
Browse files Browse the repository at this point in the history
🐛 Clean up manager YAML
  • Loading branch information
k8s-ci-robot authored Oct 23, 2019
2 parents c459a80 + fac479f commit 4008ac8
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 4008ac8

Please sign in to comment.