fix: add cilium cluster feature guards to network policies

This commit is contained in:
2025-06-24 14:26:03 +02:00
parent 4cff341fb0
commit d5e0da1692
78 changed files with 158 additions and 2 deletions
@@ -1,3 +1,4 @@
{{- if .Values.clusterConfig.cilium.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
@@ -1112,3 +1113,4 @@ data:
"version": 1,
"weekStart": ""
}
{{- end }}