diff options
author | AndrewLamb <andrew.a.lamb@est.tech> | 2023-05-18 10:16:21 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-05-25 08:02:47 +0000 |
commit | d4ac226bd9a94cf3339a8308e59c69f77404c489 (patch) | |
tree | 34ab4d403ae323b5e43ce7e1a8b5e500d0dc3db1 | |
parent | f0f8339055f0b5f9d46456009d9437aca50839ed (diff) |
[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 <andrew.a.lamb@est.tech>
-rw-r--r-- | kubernetes/common/common/templates/_serviceMesh.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |