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