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 }}