From 9121140704e6349eab9547a49ffdd2c656e8ec71 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sun, 7 Jul 2024 18:28:59 -0400 Subject: [PATCH] testing --- cluster/apps/staging/authentik/authentik/configmap.yaml | 1 + cluster/apps/staging/authentik/authentik/kustomization.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/cluster/apps/staging/authentik/authentik/configmap.yaml b/cluster/apps/staging/authentik/authentik/configmap.yaml index ec2ff1b..b282ade 100644 --- a/cluster/apps/staging/authentik/authentik/configmap.yaml +++ b/cluster/apps/staging/authentik/authentik/configmap.yaml @@ -5,5 +5,6 @@ resources: configMapGenerator: - name: authentik-values + namespace: default files: - values.yaml diff --git a/cluster/apps/staging/authentik/authentik/kustomization.yaml b/cluster/apps/staging/authentik/authentik/kustomization.yaml index a7fefd2..3d1432a 100644 --- a/cluster/apps/staging/authentik/authentik/kustomization.yaml +++ b/cluster/apps/staging/authentik/authentik/kustomization.yaml @@ -6,5 +6,6 @@ resources: configMapGenerator: - name: authentik-values + namespace: default files: - values.yaml \ No newline at end of file