From 66b73ca15538663e4afa12436c8cb09147638fe4 Mon Sep 17 00:00:00 2001 From: James Neate Date: Fri, 24 Nov 2023 20:30:15 +0000 Subject: [PATCH] fix(prometheus-adapter): added missing bracket Signed-off-by: James Neate --- charts/prometheus-adapter/templates/psp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-adapter/templates/psp.yaml b/charts/prometheus-adapter/templates/psp.yaml index c5c9eb6d0e76..ec26af502cb3 100644 --- a/charts/prometheus-adapter/templates/psp.yaml +++ b/charts/prometheus-adapter/templates/psp.yaml @@ -4,7 +4,7 @@ apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: name: {{ template "k8s-prometheus-adapter.fullname" . }} - {{- with (merge .Values.customAnnotations .Values.psp.annotations }} + {{- with (merge .Values.customAnnotations .Values.psp.annotations) }} annotations: {{- toYaml . | nindent 4 }} {{- end }}