1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

kyverno/policy-reporter#595: add typelessApi option to Elasticsearch target config in _helpers.tpl (#596)

Signed-off-by: Peter Linde <plinde@users.noreply.github.com>
This commit is contained in:
Peter Linde 2024-11-22 01:29:30 -05:00 committed by GitHub
parent e610c44a80
commit 36821ad233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,6 +169,7 @@ config:
apiKey: {{ .apiKey | quote }} apiKey: {{ .apiKey | quote }}
index: {{ .index| quote }} index: {{ .index| quote }}
rotation: {{ .rotation | quote }} rotation: {{ .rotation | quote }}
typelessApi: {{ .typelessApi | quote }}
{{ include "target" . }} {{ include "target" . }}
{{- end }} {{- end }}