Added permissive network policy for webhook
This commit is contained in:
12
clusters/prod/network-policy.yaml
Normal file
12
clusters/prod/network-policy.yaml
Normal 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
|
||||
|
Reference in New Issue
Block a user