From 6d96d9ab370c76f3d2a9b43ebde2db3a2368f079 Mon Sep 17 00:00:00 2001 From: Gabriel Cuba Date: Fri, 2 Jun 2023 23:55:32 -0500 Subject: [PATCH] In snmp_ee_vnf EE chart, remove an unused selector from snmp exporter service. --- .../eechart/charts/snmpexporter/templates/service.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/snmp_ee_vnf/helm-charts/eechart/charts/snmpexporter/templates/service.yaml b/snmp_ee_vnf/helm-charts/eechart/charts/snmpexporter/templates/service.yaml index ea31091..6ef8309 100644 --- a/snmp_ee_vnf/helm-charts/eechart/charts/snmpexporter/templates/service.yaml +++ b/snmp_ee_vnf/helm-charts/eechart/charts/snmpexporter/templates/service.yaml @@ -12,5 +12,4 @@ spec: protocol: TCP name: snmp selector: - app.kubernetes.io/name: {{ include "eechart.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} -- GitLab