We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773e8d6 commit 92aca30Copy full SHA for 92aca30
1 file changed
hooks/cascading-scans/templates/cascading-scans-hook.yaml
@@ -10,7 +10,7 @@ metadata:
10
{{- include "cascading-scans.labels" . | nindent 4 }}
11
securecodebox.io/internal: "true"
12
{{- with .Values.hook.labels }}
13
- {{ toYaml . }}
+ {{ toYaml . | nindent 4 }}
14
{{- end }}
15
spec:
16
priority: {{ .Values.hook.priority }}
0 commit comments