Skip to content

Commit 92aca30

Browse files
committed
Fix cascading-hooks labels
Signed-off-by: Alexandre Veyrenc <24861865+aveyrenc@users.noreply.github.com>
1 parent 773e8d6 commit 92aca30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/cascading-scans/templates/cascading-scans-hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
{{- include "cascading-scans.labels" . | nindent 4 }}
1111
securecodebox.io/internal: "true"
1212
{{- with .Values.hook.labels }}
13-
{{ toYaml . }}
13+
{{ toYaml . | nindent 4 }}
1414
{{- end }}
1515
spec:
1616
priority: {{ .Values.hook.priority }}

0 commit comments

Comments
 (0)