1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Keep policy order as defined

Signed-off-by: Eugene <eugene.fedor@gmail.com>
This commit is contained in:
Eugene
2021-04-15 15:57:51 -07:00
parent 4ecf541748
commit f60ba95b4c
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