From 1a0001b708d00653e4729e26eb8b0b755a1a9156 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 24 Feb 2025 05:23:29 +0100 Subject: [PATCH] Namespace cleanup --- infra/cnpg/helm-release.yaml | 1 - infra/cnpg/helm-repository.yaml | 1 - infra/cnpg/kustomization.yaml | 1 + infra/rook-ceph-cluster/helm-release.yaml | 1 - infra/traefik/helm-release.yaml | 1 - 5 files changed, 1 insertion(+), 4 deletions(-) diff --git a/infra/cnpg/helm-release.yaml b/infra/cnpg/helm-release.yaml index 4509119..96f1486 100644 --- a/infra/cnpg/helm-release.yaml +++ b/infra/cnpg/helm-release.yaml @@ -2,7 +2,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: cnpg - namespace: cnpg-system spec: chart: spec: diff --git a/infra/cnpg/helm-repository.yaml b/infra/cnpg/helm-repository.yaml index e587f77..43ea6e8 100644 --- a/infra/cnpg/helm-repository.yaml +++ b/infra/cnpg/helm-repository.yaml @@ -2,7 +2,6 @@ apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: cnpg - namespace: cnpg-system spec: interval: 15m timeout: 2m diff --git a/infra/cnpg/kustomization.yaml b/infra/cnpg/kustomization.yaml index 4c991cb..06cb70f 100644 --- a/infra/cnpg/kustomization.yaml +++ b/infra/cnpg/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: cnpg-system resources: - ./namespace.yaml - ./helm-repository.yaml diff --git a/infra/rook-ceph-cluster/helm-release.yaml b/infra/rook-ceph-cluster/helm-release.yaml index 63832c9..f9934ea 100644 --- a/infra/rook-ceph-cluster/helm-release.yaml +++ b/infra/rook-ceph-cluster/helm-release.yaml @@ -2,7 +2,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: rook-ceph-cluster - namespace: rook-ceph spec: chart: spec: diff --git a/infra/traefik/helm-release.yaml b/infra/traefik/helm-release.yaml index a8a5e3d..6ea9ed6 100644 --- a/infra/traefik/helm-release.yaml +++ b/infra/traefik/helm-release.yaml @@ -2,7 +2,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: traefik - namespace: traefik spec: chart: spec: