Merge pull request #1280 from kaizentm/main

Keep network policy order as defined
This commit is contained in:
Stefan Prodan 2021-04-20 10:13:30 +03:00 committed by GitHub
commit 2fe3934491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: deny-ingress
name: allow-egress
spec:
policyTypes:
- Ingress

View file

@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deny-ingress.yaml
- allow-egress.yaml
- allow-scraping.yaml
- allow-webhooks.yaml