fix: Target namespace for grafana. Still doesn't work because of external secrets.

This commit is contained in:
2026-02-24 11:52:47 +01:00
parent f2311ddc7a
commit 355e247ff5
2 changed files with 13 additions and 16 deletions

View File

@@ -4,21 +4,18 @@ kind: Kustomization
metadata:
name: grafana-instance
spec:
path: ./kubernetes/apps/monitoring-system/grafana/instance
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
targetNamespace: monitoring-system
interval: 10m
prune: true
wait: true
dependsOn:
#? wait for the 1password-connect secret store to be ready
- name: 1password-connect
namespace: security-system
- name: grafana-operator
- name: envoy-gateway
namespace: network-system
- name: openebs
namespace: storage-system
namespace: storage-system
path: ./kubernetes/apps/observability/grafana/instance
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
targetNamespace: observability
interval: 1h
prune: true
wait: false

View File

@@ -4,12 +4,12 @@ kind: Kustomization
metadata:
name: grafana-operator
spec:
path: ./kubernetes/apps/monitoring-system/grafana/operator
path: ./kubernetes/apps/observability/grafana/operator
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
targetNamespace: monitoring-system
interval: 10m
targetNamespace: observability
interval: 1h
prune: true
wait: true