Skip to content

Commit

Permalink
Merge pull request '[#18735] Fix netpol for cluster autoscaler' (#75)…
Browse files Browse the repository at this point in the history
… from cluster-autoscaler-netpol into master

Reviewed-on: https://gitea.obmondo.com/EnableIT/KubeAid/pulls/75
  • Loading branch information
klavs committed Dec 15, 2023
2 parents 96f646f + 03e0a82 commit 2d78402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- action: Allow
protocol: TCP
destination:
selector: kubernetes.io/role == 'master'
selector: kubernetes.io/role == master
namespaceSelector: global()
ports:
- 443
Expand Down

0 comments on commit 2d78402

Please sign in to comment.