diff --git a/cluster/apps/production/authentik/authentik/configmap.yaml b/cluster/apps/production/authentik/authentik/configmap.yaml index 4fd939d..b282ade 100644 --- a/cluster/apps/production/authentik/authentik/configmap.yaml +++ b/cluster/apps/production/authentik/authentik/configmap.yaml @@ -2,3 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - helmrelease.yaml + +configMapGenerator: + - name: authentik-values + namespace: default + files: + - values.yaml