From e0c7ef9a110022d366be029a4d11f5262c7e8feb Mon Sep 17 00:00:00 2001 From: Spyros Synodinos Date: Mon, 15 Jan 2024 15:42:24 +0200 Subject: [PATCH] common-to-selector --- helm/dex-app/templates/dex-k8s-authenticator/np.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dex-app/templates/dex-k8s-authenticator/np.yaml b/helm/dex-app/templates/dex-k8s-authenticator/np.yaml index f1359d37..785dcb2b 100644 --- a/helm/dex-app/templates/dex-k8s-authenticator/np.yaml +++ b/helm/dex-app/templates/dex-k8s-authenticator/np.yaml @@ -8,7 +8,7 @@ metadata: spec: podSelector: matchLabels: - {{- include "dexk8sauth.labels.common" . | nindent 6 }} + {{- include "dexk8sauth.labels.selector" . | nindent 6 }} policyTypes: - Ingress - Egress