Commit 30cc4671 authored by Zach Loafman's avatar Zach Loafman

Merge pull request #10634 from mikedanese/fix-ca-logs

fix heapster google configs so that heapster has a CA cert for googleapis
parents e479c521 6ecddd92
...@@ -29,3 +29,11 @@ spec: ...@@ -29,3 +29,11 @@ spec:
- --sink=gcl - --sink=gcl
- --poll_duration=2m - --poll_duration=2m
- --stats_resolution=1m - --stats_resolution=1m
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs
readOnly: true
volumes:
- name: ssl-certs
hostPath:
path: "/etc/ssl/certs"
...@@ -29,3 +29,11 @@ spec: ...@@ -29,3 +29,11 @@ spec:
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
- --poll_duration=2m - --poll_duration=2m
- --stats_resolution=1m - --stats_resolution=1m
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs
readOnly: true
volumes:
- name: ssl-certs
hostPath:
path: "/etc/ssl/certs"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment