fix: misc attempts at fixing UR loops in kyverno

This commit is contained in:
2024-02-18 21:09:09 +01:00
parent 667bdf3ac0
commit 5793244141
8 changed files with 148 additions and 101 deletions
@@ -0,0 +1,15 @@
apiVersion: "cilium.io/v2"
kind: CiliumNetworkPolicy
metadata:
name: "allow-namespace-traffic"
specs:
- endpointSelector:
matchLabels: {}
egress:
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": argocd
ingress:
- fromEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": argocd