mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Added pod label capability to ClamAV (#16793)
Signed-off-by: Sherief Shahin <smshahin1611@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
504cd2800b
commit
d60c0a12ae
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "1.6"
|
||||
description: An Open-Source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
|
||||
name: clamav
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
home: https://www.clamav.net
|
||||
icon: https://www.clamav.net/assets/clamav-trademark.png
|
||||
maintainers:
|
||||
|
||||
@@ -18,6 +18,9 @@ spec:
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ include "clamav.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- if .Values.podLabels }}
|
||||
{{ toYaml .Values.podLabels | indent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
|
||||
@@ -46,6 +46,9 @@ resources: {}
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
|
||||
# Additional pod labels
|
||||
podLabels: {}
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
Reference in New Issue
Block a user