fix(cert-manager): Allow webhook -> remote-node
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
{{- if .Values.clusterConfig.cilium.enabled }}
|
||||||
|
apiVersion: cilium.io/v2
|
||||||
|
kind: CiliumNetworkPolicy
|
||||||
|
metadata:
|
||||||
|
name: allow-remote-node-webhooks
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
endpointSelector:
|
||||||
|
matchLabels: {}
|
||||||
|
ingress:
|
||||||
|
- fromEntities:
|
||||||
|
- kube-apiserver
|
||||||
|
- remote-node
|
||||||
|
- toPorts:
|
||||||
|
- ports:
|
||||||
|
- port: "8443"
|
||||||
|
protocol: TCP
|
||||||
|
{{- end }}
|
||||||
Reference in New Issue
Block a user