From 4916f0be70d26883976ceff51fb552f337964ae5 Mon Sep 17 00:00:00 2001 From: Swaminathan Vasudevan Date: Thu, 9 Apr 2020 05:10:30 +0000 Subject: [PATCH] Fix hubble metricsServer label in values.yaml This patch fixes metricsServer label under hubble in values.yaml file which had a mismatch on configmap.yaml on conditional checks as shown below: .Values.global.hubble.metricsServer Signed-off-by: Swaminathan Vasudevan --- install/kubernetes/cilium/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/kubernetes/cilium/values.yaml b/install/kubernetes/cilium/values.yaml index 392f0505ebf0..1d5d65e78634 100644 --- a/install/kubernetes/cilium/values.yaml +++ b/install/kubernetes/cilium/values.yaml @@ -411,7 +411,7 @@ global: flowBufferSize: ~ # Specifies the address the metric server listens to (e.g. ":12345"). The metric server is # disabled if this value is empty. - metricServer: ~ + metricsServer: ~ # List of metrics to collect, for example: # # metrics: