From affeb3a52004d04f05dccc805c33dc31374906bb Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 25 Nov 2023 14:07:19 +0100 Subject: [PATCH] Update _validatingwebhookconfiguration.tpl Signed-off-by: Kjeld Schouten --- .../templates/_validatingwebhookconfiguration.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/operators/prometheus-operator/templates/_validatingwebhookconfiguration.tpl b/charts/operators/prometheus-operator/templates/_validatingwebhookconfiguration.tpl index d1e6080cbc4..35fe30c1b7d 100644 --- a/charts/operators/prometheus-operator/templates/_validatingwebhookconfiguration.tpl +++ b/charts/operators/prometheus-operator/templates/_validatingwebhookconfiguration.tpl @@ -11,7 +11,6 @@ metadata: name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}-admission labels: {{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }} - app: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}-admission {{- . | nindent 4 }} {{- end }} {{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "annotations" $annotations) | trim) }}