Skip to content

Commit

Permalink
fix: drop excludedNamespaces from sample (open-policy-agent#364)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Peabody <[email protected]>
  • Loading branch information
apeabody authored Jul 27, 2023
1 parent 0a14d2b commit 9ce200b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ spec:
kinds:
- apiGroups: [""]
kinds: ["Service"]
excludedNamespaces:
- "ingress-nginx-private"
- "ingress-nginx-public"
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ spec:
kinds:
- apiGroups: [""]
kinds: ["Service"]
excludedNamespaces:
- "ingress-nginx-private"
- "ingress-nginx-public"
3 changes: 0 additions & 3 deletions website/docs/validation/block-loadbalancer-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ spec:
kinds:
- apiGroups: [""]
kinds: ["Service"]
excludedNamespaces:
- "ingress-nginx-private"
- "ingress-nginx-public"

```

Expand Down

0 comments on commit 9ce200b

Please sign in to comment.