From de1cabfec0c93c6a2438540ddbfa15ca7a58b43c Mon Sep 17 00:00:00 2001 From: Cronix Date: Mon, 7 Oct 2024 12:25:53 +0200 Subject: [PATCH] Remove duplicate app label (#2332) label is already defined in helper function: https://github.com/deepfence/ThreatMapper/blob/a56e9dbdeb3eacc2232e0b281e222a5f62d961be/deployment-scripts/helm-charts/deepfence-router/templates/_helpers.tpl#L52 --- .../helm-charts/deepfence-router/templates/service.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment-scripts/helm-charts/deepfence-router/templates/service.yaml b/deployment-scripts/helm-charts/deepfence-router/templates/service.yaml index f4d91dc6d5..dcb5776c40 100644 --- a/deployment-scripts/helm-charts/deepfence-router/templates/service.yaml +++ b/deployment-scripts/helm-charts/deepfence-router/templates/service.yaml @@ -4,7 +4,6 @@ kind: Service metadata: name: {{ .Values.service.name }} labels: - app: deepfence-router {{- include "deepfence-router.labels" . | nindent 4 }} namespace: {{ .Release.Namespace }} {{- with .Values.service.annotations }}