Skip to content

Commit cb3df7d

Browse files
committed
fix(cluster): restore Authentik HelmRelease to kustomization
The blueprint refactor (0709b05) replaced the resources list with only a configMapGenerator, dropping the helmrelease.yaml reference. This caused Flux to garbage-collect the Authentik HelmRelease, taking down the server, worker, Redis, and PostgreSQL pods.
1 parent 2e900bc commit cb3df7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cluster/k8s/authentik/kustomization.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3+
resources:
4+
- helmrelease.yaml
5+
- authentik-host-configmap.yaml
6+
- token-secret.yaml
7+
- httproute.yaml
38
configMapGenerator:
49
- name: authentik-sso-blueprints
510
files:

0 commit comments

Comments
 (0)