Added pod label capability to ClamAV (#16793)

Signed-off-by: Sherief Shahin <smshahin1611@gmail.com>
This commit is contained in:
Sherief Shahin
2019-09-12 02:32:28 -07:00
committed by Kubernetes Prow Robot
parent 504cd2800b
commit d60c0a12ae
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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:
+3
View File
@@ -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 }}
+3
View File
@@ -46,6 +46,9 @@ resources: {}
# cpu: 100m
# memory: 128Mi
# Additional pod labels
podLabels: {}
nodeSelector: {}
tolerations: []