Skip to content

Commit aa904de

Browse files
committed
fix label naming
1 parent 7e77d34 commit aa904de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/kuberoapp/templates/job-vulnerabilityscan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
template:
1313
metadata:
1414
labels:
15-
vulnerabilityscan: {{ .Values.name }}-vuln
15+
vulnerabilityscan: {{ .Values.name }}
1616
spec:
1717
containers:
1818
{{- if eq .Values.deploymentstrategy "git" }}

0 commit comments

Comments
 (0)