Remove secret replication because we're now in one namespace

This commit is contained in:
j 2025-07-10 16:49:07 +10:00
parent c1dae3957d
commit 0d3658705b
3 changed files with 0 additions and 24 deletions

View file

@ -8,14 +8,6 @@ spec:
url: https://charts.goauthentik.io/ url: https://charts.goauthentik.io/
interval: 1h 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 apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease kind: HelmRelease
metadata: metadata:

View file

@ -103,14 +103,6 @@ spec:
storage: storage:
size: 5Gi 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 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:

View file

@ -7,11 +7,3 @@ metadata:
spec: spec:
url: https://grafana.github.io/helm-charts url: https://grafana.github.io/helm-charts
interval: 1h 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