Added permissive network policy for webhook

This commit is contained in:
Marcin-Ramotowski
2025-07-11 19:38:12 +02:00
parent 599a4d26d5
commit 2aadba7822

View File

@ -0,0 +1,12 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-all-to-flux
namespace: flux-system
spec:
podSelector: {}
ingress:
- {}
policyTypes:
- Ingress