Avoid mounting ssl volumes for heapster container.

pull/6/head
Vishnu Kannan 2015-07-30 10:45:26 -07:00
parent b36ae6efba
commit c08ad6b7c1
2 changed files with 0 additions and 16 deletions

View File

@ -33,11 +33,3 @@ spec:
- --sink=gcl
- --poll_duration=2m
- --stats_resolution=1m
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs
readOnly: true
volumes:
- name: ssl-certs
hostPath:
path: "/etc/ssl/certs"

View File

@ -33,11 +33,3 @@ spec:
- --sink=influxdb:http://monitoring-influxdb:8086
- --poll_duration=2m
- --stats_resolution=1m
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs
readOnly: true
volumes:
- name: ssl-certs
hostPath:
path: "/etc/ssl/certs"