From 36821ad2338def4d85f31f75fb50f2428c842a6c Mon Sep 17 00:00:00 2001 From: Peter Linde Date: Fri, 22 Nov 2024 01:29:30 -0500 Subject: [PATCH] kyverno/policy-reporter#595: add typelessApi option to Elasticsearch target config in _helpers.tpl (#596) Signed-off-by: Peter Linde --- charts/policy-reporter/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/policy-reporter/templates/_helpers.tpl b/charts/policy-reporter/templates/_helpers.tpl index 92f4c30a..665da407 100644 --- a/charts/policy-reporter/templates/_helpers.tpl +++ b/charts/policy-reporter/templates/_helpers.tpl @@ -169,6 +169,7 @@ config: apiKey: {{ .apiKey | quote }} index: {{ .index| quote }} rotation: {{ .rotation | quote }} + typelessApi: {{ .typelessApi | quote }} {{ include "target" . }} {{- end }}