1
0
mirror of synced 2026-06-14 01:30:47 +00:00

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
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: deny-ingress
name: allow-egress
spec:
policyTypes:
- Ingress
+1 -1
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