From 671dafbc8b1c2cff23c37dfe1efa670313623b8d Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sun, 7 Jul 2024 18:26:17 -0400 Subject: [PATCH] testing --- cluster/apps/staging/authentik/authentik/configmap.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cluster/apps/staging/authentik/authentik/configmap.yaml diff --git a/cluster/apps/staging/authentik/authentik/configmap.yaml b/cluster/apps/staging/authentik/authentik/configmap.yaml new file mode 100644 index 0000000..ec2ff1b --- /dev/null +++ b/cluster/apps/staging/authentik/authentik/configmap.yaml @@ -0,0 +1,9 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - helmrelease.yaml + +configMapGenerator: + - name: authentik-values + files: + - values.yaml