From 92aca309728c90b6b46b18970dcf59296f9d953d Mon Sep 17 00:00:00 2001 From: Alexandre Veyrenc <24861865+aveyrenc@users.noreply.github.com> Date: Wed, 25 Mar 2026 16:31:15 +0100 Subject: [PATCH] Fix cascading-hooks labels Signed-off-by: Alexandre Veyrenc <24861865+aveyrenc@users.noreply.github.com> --- hooks/cascading-scans/templates/cascading-scans-hook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/cascading-scans/templates/cascading-scans-hook.yaml b/hooks/cascading-scans/templates/cascading-scans-hook.yaml index 368c1c9b2e..9436fbf909 100644 --- a/hooks/cascading-scans/templates/cascading-scans-hook.yaml +++ b/hooks/cascading-scans/templates/cascading-scans-hook.yaml @@ -10,7 +10,7 @@ metadata: {{- include "cascading-scans.labels" . | nindent 4 }} securecodebox.io/internal: "true" {{- with .Values.hook.labels }} - {{ toYaml . }} + {{ toYaml . | nindent 4 }} {{- end }} spec: priority: {{ .Values.hook.priority }}