fix: Remove cnp

This commit is contained in:
2025-09-26 16:28:39 +02:00
parent 9c9b07ccee
commit a70177052b
@@ -1,18 +0,0 @@
{{- if .Values.clusterConfig.cilium.enabled }}
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-api-server
namespace: slinky
spec:
egress:
- toEntities:
- kube-apiserver
toPorts:
- ports:
- port: "6443"
protocol: TCP
endpointSelector:
matchLabels:
app.kubernetes.io/instance: slurm-operator
{{- end }}