From 1b720bb2930641dadfcc50c001cccea5442cf3b1 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Mon, 19 Aug 2024 15:03:25 +0100 Subject: [PATCH] Is the namespace wrong? --- clusters/kairos/local-path-provisioner/helmrelease.yaml | 1 + clusters/kairos/monitoring/grafana/kustomization.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/clusters/kairos/local-path-provisioner/helmrelease.yaml b/clusters/kairos/local-path-provisioner/helmrelease.yaml index 6c47cb4..a800270 100644 --- a/clusters/kairos/local-path-provisioner/helmrelease.yaml +++ b/clusters/kairos/local-path-provisioner/helmrelease.yaml @@ -13,6 +13,7 @@ spec: sourceRef: kind: GitRepository name: local-path-repo + targetNamespace: kube-system values: storageClass: defaultClass: true diff --git a/clusters/kairos/monitoring/grafana/kustomization.yaml b/clusters/kairos/monitoring/grafana/kustomization.yaml index 45791de..04b46a2 100644 --- a/clusters/kairos/monitoring/grafana/kustomization.yaml +++ b/clusters/kairos/monitoring/grafana/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: kube-system resources: - helmrelease.yaml - ingress.yaml \ No newline at end of file