Skip to content
Snippets Groups Projects
Verified Commit 5216a1d3 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(flux-system): Fix override syntax

parent b8d08154
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ spec: ...@@ -9,7 +9,6 @@ spec:
ref: ref:
tag: v0.39.0 tag: v0.39.0
url: https://git.shivering-isles.com/github-mirror/fluxcd/flux2 url: https://git.shivering-isles.com/github-mirror/fluxcd/flux2
targetNamespace: monitoring-system
ignore: | ignore: |
# exclude all # exclude all
/* /*
...@@ -25,6 +24,7 @@ spec: ...@@ -25,6 +24,7 @@ spec:
interval: 1h0m0s interval: 1h0m0s
path: ./manifests/monitoring/monitoring-config path: ./manifests/monitoring/monitoring-config
prune: true prune: true
targetNamespace: monitoring-system
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: monitoring name: monitoring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment