From e3a2ef3394a3ff7f89d739ec7c079a2225b6c8e7 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 6 Aug 2023 00:02:03 -0400 Subject: [PATCH] fix: include the authentik grafana dashboard in kustomize --- cluster/apps/authentik/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/apps/authentik/kustomization.yaml b/cluster/apps/authentik/kustomization.yaml index 6c27569..bfbc1ad 100644 --- a/cluster/apps/authentik/kustomization.yaml +++ b/cluster/apps/authentik/kustomization.yaml @@ -7,4 +7,5 @@ resources: - ./helm-release.yaml #- ./network_policy.yaml - ./traefik-middleware.yaml +- ./dashboard.yaml #- ./ldap-outpost \ No newline at end of file