From d4ac226bd9a94cf3339a8308e59c69f77404c489 Mon Sep 17 00:00:00 2001 From: AndrewLamb Date: Thu, 18 May 2023 10:16:21 +0100 Subject: [COMMON] Update Common Authorization Policy Change app label to use same common.name as the common.labels use. Issue-ID: OOM-3148 Change-Id: Id1a27326df89883c96f6c2f5d3019dd29c19c74d Signed-off-by: AndrewLamb --- kubernetes/common/common/templates/_serviceMesh.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/common/common/templates/_serviceMesh.tpl b/kubernetes/common/common/templates/_serviceMesh.tpl index a3d269e4f2..de779f8db8 100644 --- a/kubernetes/common/common/templates/_serviceMesh.tpl +++ b/kubernetes/common/common/templates/_serviceMesh.tpl @@ -115,7 +115,7 @@ metadata: spec: selector: matchLabels: - app: {{ include "common.servicename" . }} + app: {{ include "common.name" . }} action: ALLOW rules: {{- if $authorizedPrincipals }} -- cgit 1.2.3-korg