From c1dae3957d2ae14d42c02c2efcf6a1a6c860bd04 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 10 Jul 2025 16:48:21 +1000 Subject: [PATCH 1/2] Missed a namespace --- templates/monitoring-provider.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/monitoring-provider.yaml b/templates/monitoring-provider.yaml index 7fb6bf2..580c3e6 100644 --- a/templates/monitoring-provider.yaml +++ b/templates/monitoring-provider.yaml @@ -1,9 +1,4 @@ --- -apiVersion: v1 -kind: Namespace -metadata: - name: monitoring ---- apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: From 0d3658705b563363c5f6a0968bfc2cb720097598 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 10 Jul 2025 16:49:07 +1000 Subject: [PATCH 2/2] Remove secret replication because we're now in one namespace --- templates/auth-authentik.yaml | 8 -------- templates/files-nextcloud.yaml | 8 -------- templates/monitoring-provider.yaml | 8 -------- 3 files changed, 24 deletions(-) diff --git a/templates/auth-authentik.yaml b/templates/auth-authentik.yaml index 2ee840b..70fb400 100644 --- a/templates/auth-authentik.yaml +++ b/templates/auth-authentik.yaml @@ -8,14 +8,6 @@ spec: url: https://charts.goauthentik.io/ interval: 1h --- -apiVersion: v1 -kind: Secret -metadata: - name: wildcard-hxme-net - namespace: {{ .Release.Namespace }} - annotations: - replicator.v1.mittwald.de/replicate-from: cert-manager/wildcard-hxme-net ---- apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: diff --git a/templates/files-nextcloud.yaml b/templates/files-nextcloud.yaml index 617306e..71dc86a 100644 --- a/templates/files-nextcloud.yaml +++ b/templates/files-nextcloud.yaml @@ -103,14 +103,6 @@ spec: storage: size: 5Gi --- -apiVersion: v1 -kind: Secret -metadata: - name: wildcard-hxme-net - namespace: {{ .Release.Namespace }} - annotations: - replicator.v1.mittwald.de/replicate-from: cert-manager/wildcard-hxme-net ---- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: diff --git a/templates/monitoring-provider.yaml b/templates/monitoring-provider.yaml index 580c3e6..b3e6600 100644 --- a/templates/monitoring-provider.yaml +++ b/templates/monitoring-provider.yaml @@ -7,11 +7,3 @@ metadata: spec: url: https://grafana.github.io/helm-charts interval: 1h ---- -apiVersion: v1 -kind: Secret -metadata: - name: wildcard-hxme-net - namespace: {{ .Release.Namespace }} - annotations: - replicator.v1.mittwald.de/replicate-from: cert-manager/wildcard-hxme-net