From 1d5fbd815a5ac3d1a7decf70eaabe01ec8868feb Mon Sep 17 00:00:00 2001 From: Charly Fontaine Date: Fri, 26 Oct 2018 09:34:24 +0100 Subject: [PATCH] adding configmap to activate the external metrics provider (#8764) Signed-off-by: charlyF --- stable/datadog/Chart.yaml | 2 +- stable/datadog/templates/agent-clusterrole.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index c9331d43ed..9d38ca1175 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 1.9.0 +version: 1.9.1 appVersion: 6.5.2 description: DataDog Agent keywords: diff --git a/stable/datadog/templates/agent-clusterrole.yaml b/stable/datadog/templates/agent-clusterrole.yaml index b4b128dc2a..5999b64900 100644 --- a/stable/datadog/templates/agent-clusterrole.yaml +++ b/stable/datadog/templates/agent-clusterrole.yaml @@ -48,6 +48,7 @@ rules: - datadog-leader-election # Leader election token {{- if .Values.clusterAgent.metricsProvider.enabled }} - datadog-custom-metrics + - extension-apiserver-authentication {{- end }} verbs: - get