Commit 1f18eee3 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #27092 from euank/monitoring-api-version

Automatic merge from submit-queue cluster/gce/coreos: Update heapster apiVersion This fixes an inadvertant search-replace error in #26617. The error was missed then because the search-replace issue wasn't present in the standalone controllers, but was in all the others. I verified that with this change heapster comes up under the default influxdb monitoring and without this change addon manager spits out validation failure errors for the heapster yaml. cc @yifan-gu
parents ade299c1 d2761de3
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2
......
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2
......
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2
......
......@@ -71,3 +71,4 @@ spec:
emptyDir: {}
- name: grafana-persistent-storage
emptyDir: {}
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