mirror of https://github.com/fluxcd/flux2.git
Keep policy order as defined
Signed-off-by: Eugene <eugene.fedor@gmail.com>pull/1280/head
parent
4ecf541748
commit
f60ba95b4c
@ -1,7 +1,7 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: deny-ingress
|
||||
name: allow-egress
|
||||
spec:
|
||||
policyTypes:
|
||||
- Ingress
|
@ -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
|
||||
|
Loading…
Reference in New Issue