From dd83662b46deefd225dc5b2b30b0246a6ae52473 Mon Sep 17 00:00:00 2001 From: r4zr1 <6173658+r4zr1@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:59:44 +0300 Subject: [PATCH] Fix deployment.yaml of connector Fix podAnnotations temlate in deployment.yaml of connector Signed-off-by: r4zr1 <6173658+r4zr1@users.noreply.github.com> --- charts/opencti/templates/connector/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/opencti/templates/connector/deployment.yaml b/charts/opencti/templates/connector/deployment.yaml index 2d2c333..028a4de 100644 --- a/charts/opencti/templates/connector/deployment.yaml +++ b/charts/opencti/templates/connector/deployment.yaml @@ -22,7 +22,9 @@ spec: metadata: {{- with .podAnnotations }} annotations: - {{- toYaml $ | nindent 8 }} + {{- range $key, $value := . }} + {{ $key }}: "{{ $value }}" + {{- end }} {{- end }} labels: opencti.connector: {{ $connectorName }}