From 5216a1d3f8e416b8669801c0a5d95527465f8ab1 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 22 Feb 2023 12:57:14 +0100 Subject: [PATCH] fix(flux-system): Fix override syntax --- infrastructure/flux-system/monitoring.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/flux-system/monitoring.yaml b/infrastructure/flux-system/monitoring.yaml index 2c420b809..5b2c9ff5e 100644 --- a/infrastructure/flux-system/monitoring.yaml +++ b/infrastructure/flux-system/monitoring.yaml @@ -9,7 +9,6 @@ spec: ref: tag: v0.39.0 url: https://git.shivering-isles.com/github-mirror/fluxcd/flux2 - targetNamespace: monitoring-system ignore: | # exclude all /* @@ -25,6 +24,7 @@ spec: interval: 1h0m0s path: ./manifests/monitoring/monitoring-config prune: true + targetNamespace: monitoring-system sourceRef: kind: GitRepository name: monitoring -- GitLab