From f0ca33bc679be494ade6fe0acfb682909a87e6b5 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 4 Aug 2024 20:32:40 +0100 Subject: [PATCH] Add namespace back? --- clusters/kairos/longhorn/helmrelease.yaml | 1 + clusters/kairos/longhorn/helmrepo.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/clusters/kairos/longhorn/helmrelease.yaml b/clusters/kairos/longhorn/helmrelease.yaml index cc20b4c..56b39b6 100644 --- a/clusters/kairos/longhorn/helmrelease.yaml +++ b/clusters/kairos/longhorn/helmrelease.yaml @@ -3,6 +3,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: longhorn-release + namespace: longhorn-system spec: chart: spec: diff --git a/clusters/kairos/longhorn/helmrepo.yaml b/clusters/kairos/longhorn/helmrepo.yaml index 8bb32de..122be45 100644 --- a/clusters/kairos/longhorn/helmrepo.yaml +++ b/clusters/kairos/longhorn/helmrepo.yaml @@ -3,6 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: longhorn-repo + namespace: longhorn-system spec: interval: 1m0s url: https://charts.longhorn.io