Skip to content

Commit

Permalink
fix label naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Mar 20, 2023
1 parent 7e77d34 commit aa904de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/kuberoapp/templates/job-vulnerabilityscan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
template:
metadata:
labels:
vulnerabilityscan: {{ .Values.name }}-vuln
vulnerabilityscan: {{ .Values.name }}
spec:
containers:
{{- if eq .Values.deploymentstrategy "git" }}
Expand Down

0 comments on commit aa904de

Please sign in to comment.