From 034da5f4a64b3b9d6a3fff9a8742ead64b2d059e Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sun, 7 Jul 2024 18:24:57 -0400 Subject: [PATCH] testing --- cluster/apps/staging/authentik/authentik/helmrelease.yaml | 8 ++++---- .../apps/staging/authentik/authentik/kustomization.yaml | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/cluster/apps/staging/authentik/authentik/helmrelease.yaml b/cluster/apps/staging/authentik/authentik/helmrelease.yaml index 09215b8..b1f6054 100644 --- a/cluster/apps/staging/authentik/authentik/helmrelease.yaml +++ b/cluster/apps/staging/authentik/authentik/helmrelease.yaml @@ -15,7 +15,7 @@ spec: name: authentik-chart namespace: flux-system interval: 15m - persistence: - enabled: true - storageClass: longhorn - size: 3Gi + valuesFrom: + - kind: ConfigMap + name: authentik-values + valuesKey: values.yaml diff --git a/cluster/apps/staging/authentik/authentik/kustomization.yaml b/cluster/apps/staging/authentik/authentik/kustomization.yaml index 1cc34e2..a7fefd2 100644 --- a/cluster/apps/staging/authentik/authentik/kustomization.yaml +++ b/cluster/apps/staging/authentik/authentik/kustomization.yaml @@ -3,4 +3,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - helmrelease.yaml - - values.yaml \ No newline at end of file + +configMapGenerator: + - name: authentik-values + files: + - values.yaml \ No newline at end of file