Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Fix network-policy for new ingress name
Browse files Browse the repository at this point in the history
The pod name and label changed for Ingress Nginx.

Thanks to Brandon Wilson for pointing this out.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 11, 2020
1 parent 85cd72c commit 1713d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/network-policy/ns-openfaas-net-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
- namespaceSelector: {}
podSelector:
matchLabels:
app: nginx-ingress
app.kubernetes.io/name: ingress-nginx

0 comments on commit 1713d32

Please sign in to comment.