From 808539a9b9a4c6750a71402a14719c60bc389a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 25 Jun 2025 16:31:00 +0200 Subject: [PATCH] fix(prom): Only use cnp with cilium --- values/prometheus/manifests/policies/allow-tempo-egress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values/prometheus/manifests/policies/allow-tempo-egress.yaml b/values/prometheus/manifests/policies/allow-tempo-egress.yaml index 6ed485e2..07fa51ef 100644 --- a/values/prometheus/manifests/policies/allow-tempo-egress.yaml +++ b/values/prometheus/manifests/policies/allow-tempo-egress.yaml @@ -1,3 +1,4 @@ +{{- if .Values.clusterConfig.cilium.enabled }} apiVersion: cilium.io/v2 kind: CiliumNetworkPolicy metadata: @@ -11,3 +12,4 @@ spec: endpointSelector: matchLabels: app.kubernetes.io/name: grafana +{{-end }}