Skip to content

Commit

Permalink
added missing name to clamav selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ytqsl committed Oct 16, 2024
1 parent e486732 commit ab12f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/helm/charts/clamav/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
Selector labels
*/}}
{{- define "clamav.selectorLabels" -}}
name: {{ include "clamav.fullname" . }}
app.kubernetes.io/name: {{ include "clamav.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

0 comments on commit ab12f0b

Please sign in to comment.