Skip to content
Snippets Groups Projects
Verified Commit 30434308 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(shared): Remove matchLabel since labels on postgres pods are limited

The operator only transfers a predefined set of labels over to the
database Pods, therefore using matchLabels here, will result in a
non-functional network policy.
parent 7e57e56a
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ spec:
operator: In
values:
- spilo
matchLabels: {}
ports:
- port: 8008
protocol: TCP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment