From d8a78c12d2c13e3fc1f5c2187af9ab6d160a11c2 Mon Sep 17 00:00:00 2001 From: Krisztian Lengyel Date: Tue, 24 Sep 2019 08:43:48 +0200 Subject: [PATCH] Fix custom metrics apiservice caBundle Change-Id: Ia663010aed735dba4ddb5fe00de78439d5fa54fe Signed-off-by: Krisztian Lengyel --- infra-charts/templates/custom-metrics-apiservice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-charts/templates/custom-metrics-apiservice.yaml b/infra-charts/templates/custom-metrics-apiservice.yaml index 023b77b..8466e8b 100644 --- a/infra-charts/templates/custom-metrics-apiservice.yaml +++ b/infra-charts/templates/custom-metrics-apiservice.yaml @@ -20,7 +20,7 @@ kind: APIService metadata: name: v1beta1.custom.metrics.k8s.io spec: - caBundle: "{{ .Values.prometheus.ca_bundle }}" + caBundle: "{{ .Values.custom_metrics_api.ca_bundle }}" service: name: custom-metrics-apiserver namespace: kube-system -- 2.16.6