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:
parent
e610c44a80
commit
36821ad233
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ config:
|
|||
apiKey: {{ .apiKey | quote }}
|
||||
index: {{ .index| quote }}
|
||||
rotation: {{ .rotation | quote }}
|
||||
typelessApi: {{ .typelessApi | quote }}
|
||||
{{ include "target" . }}
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue