From 50f40bd434d61dca3bf54857f8f7c529686bfbc0 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 21 Feb 2024 15:12:18 +0100 Subject: [PATCH] fix: fix typo --- .../atlantis/host-manifests/allow-idp-external-access.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/atlantis/host-manifests/allow-idp-external-access.yaml b/resources/atlantis/host-manifests/allow-idp-external-access.yaml index d52e7e83..d4932a0c 100644 --- a/resources/atlantis/host-manifests/allow-idp-external-access.yaml +++ b/resources/atlantis/host-manifests/allow-idp-external-access.yaml @@ -10,7 +10,7 @@ spec: - matchName: graph.microsoft.com endpointSelector: matchExpressions: - - key: app.kubernetes.io/namecerbos + - key: app.kubernetes.io/name operator: In values: [ cerbos, dex ]