From 9695df5b9fcb7dcf5c6df3251dcd8bd99d796b5c Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Mon, 23 May 2022 13:46:37 +0200 Subject: [PATCH] Forgot to reference secret --- flux/cluster/apps/authentik/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/flux/cluster/apps/authentik/kustomization.yaml b/flux/cluster/apps/authentik/kustomization.yaml index 8b77d3a..9ada99d 100644 --- a/flux/cluster/apps/authentik/kustomization.yaml +++ b/flux/cluster/apps/authentik/kustomization.yaml @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - helm.yaml + - secret.yaml