From 03e0a823932f75536f1b711ad159d1867b877bcf Mon Sep 17 00:00:00 2001 From: Faizan Ahmad Date: Fri, 15 Dec 2023 18:25:33 +0530 Subject: [PATCH] :no-diff [#18735] Fix netpol for cluster autoscaler --- .../cluster-autoscaler/templates/netpol-autoscaler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd-helm-charts/cluster-autoscaler/templates/netpol-autoscaler.yaml b/argocd-helm-charts/cluster-autoscaler/templates/netpol-autoscaler.yaml index 4187b79dd..923518bd2 100644 --- a/argocd-helm-charts/cluster-autoscaler/templates/netpol-autoscaler.yaml +++ b/argocd-helm-charts/cluster-autoscaler/templates/netpol-autoscaler.yaml @@ -35,7 +35,7 @@ spec: - action: Allow protocol: TCP destination: - selector: kubernetes.io/role == 'master' + selector: kubernetes.io/role == master namespaceSelector: global() ports: - 443