Skip to content

Commit

Permalink
Fix hubble metricsServer label in values.yaml
Browse files Browse the repository at this point in the history
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 <svasudevan@suse.com>
  • Loading branch information
soumynathan authored and aanm committed Apr 16, 2020
1 parent 6c04ab7 commit 6eedd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/values.yaml
Expand Up @@ -416,7 +416,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:
Expand Down

0 comments on commit 6eedd3f

Please sign in to comment.