Compare commits

...

2 commits

Author SHA1 Message Date
j
0d3658705b Remove secret replication because we're now in one namespace 2025-07-10 16:49:07 +10:00
j
c1dae3957d Missed a namespace 2025-07-10 16:48:21 +10:00
3 changed files with 0 additions and 29 deletions

View file

@ -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:

View file

@ -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:

View file

@ -1,9 +1,4 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: monitoring
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
@ -12,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