From 3b171e7f09a76df4699b48b12f96af831e640756 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 24 Feb 2024 18:35:27 +0100 Subject: [PATCH] fix(flux-system): Fix missing path adjustment --- infrastructure/base/flux-system/monitoring/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/base/flux-system/monitoring/kustomization.yaml b/infrastructure/base/flux-system/monitoring/kustomization.yaml index cfdcec821..83f5073ab 100644 --- a/infrastructure/base/flux-system/monitoring/kustomization.yaml +++ b/infrastructure/base/flux-system/monitoring/kustomization.yaml @@ -3,7 +3,7 @@ kind: Component namespace: monitoring resources: - podmonitor.yaml - - ../../../shared/networkpolicies/allow-from-monitoring.yaml + - ../../../../shared/networkpolicies/allow-from-monitoring.yaml patches: - path: networkpolicy.yaml -- GitLab