Replace namespace with chart namespace

This commit is contained in:
j 2025-07-10 16:33:48 +10:00
parent 8e62b66b97
commit 71971b7e07
15 changed files with 53 additions and 58 deletions

View file

@ -8,7 +8,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: authentik
namespace: flux-system
namespace: {{ .Release.Namespace }}
spec:
url: https://charts.goauthentik.io/
interval: 1h
@ -17,7 +17,7 @@ apiVersion: v1
kind: Secret
metadata:
name: wildcard-hxme-net
namespace: authentik
namespace: {{ .Release.Namespace }}
annotations:
replicator.v1.mittwald.de/replicate-from: cert-manager/wildcard-hxme-net
---
@ -25,7 +25,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: authentik
namespace: authentik
namespace: {{ .Release.Namespace }}
spec:
interval: 30m
chart:
@ -35,7 +35,7 @@ spec:
sourceRef:
kind: HelmRepository
name: authentik
namespace: flux-system
namespace: {{ .Release.Namespace }}
install:
createNamespace: true
upgrade: