From 1d75e9f7d244af74fc91f510ccbc383fd6510f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20B=C3=A4ckman?= Date: Mon, 23 Dec 2024 14:10:15 +0100 Subject: [PATCH] config: remove redundant check --- helmfile.d/stacks/monitoring-prometheus.yaml.gotmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helmfile.d/stacks/monitoring-prometheus.yaml.gotmpl b/helmfile.d/stacks/monitoring-prometheus.yaml.gotmpl index d924a942a..3f01536a4 100644 --- a/helmfile.d/stacks/monitoring-prometheus.yaml.gotmpl +++ b/helmfile.d/stacks/monitoring-prometheus.yaml.gotmpl @@ -14,11 +14,7 @@ templates: needs: - monitoring/networkpolicy - monitoring/podsecuritypolicy - {{- if .Values | get "ck8sManagementCluster.enabled" false }} - {{- if .Values | get "clusterApi.enabled" false }} - monitoring/kube-state-metrics-extra-resource-metrics - {{- end }} - {{- end }} values: {{- if .Values | get "ck8sManagementCluster.enabled" false }} - values/kube-prometheus-stack-sc.yaml.gotmpl