diff --git a/cluster/apps/staging/authentik/authentik/configmap.yaml b/cluster/apps/production/authentik/authentik/configmap.yaml similarity index 100% rename from cluster/apps/staging/authentik/authentik/configmap.yaml rename to cluster/apps/production/authentik/authentik/configmap.yaml diff --git a/cluster/apps/staging/authentik/authentik/helmrelease.yaml b/cluster/apps/production/authentik/authentik/helmrelease.yaml similarity index 100% rename from cluster/apps/staging/authentik/authentik/helmrelease.yaml rename to cluster/apps/production/authentik/authentik/helmrelease.yaml diff --git a/cluster/apps/staging/authentik/authentik/kustomization.yaml b/cluster/apps/production/authentik/authentik/kustomization.yaml similarity index 100% rename from cluster/apps/staging/authentik/authentik/kustomization.yaml rename to cluster/apps/production/authentik/authentik/kustomization.yaml diff --git a/cluster/apps/staging/authentik/kustomization.yaml b/cluster/apps/production/authentik/kustomization.yaml similarity index 100% rename from cluster/apps/staging/authentik/kustomization.yaml rename to cluster/apps/production/authentik/kustomization.yaml diff --git a/cluster/apps/staging/authentik/authentik/values.yaml b/cluster/apps/staging/authentik/authentik/values.yaml deleted file mode 100644 index d63ff67..0000000 --- a/cluster/apps/staging/authentik/authentik/values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: authentik-values - namespace: default -data: - authentik.yaml: | - authentik: - secret_key: "xLfHF7V+Hdzqt8Cy2LWNx8oSgGvWrVMG0gwTpB0IC+d2Iduk6qZo//raYbLm+l0CEn8N3d9r/ng0WWuW" - error_reporting: - enabled: false - postgresql: - password: "Q9o4TsbpAY" - postgres-password: "Q9o4TsbpAY" - server: - ingress: - ingressClassName: traefik - enabled: true - hosts: - - auth.${PUBLIC_DOMAIN} - postgresql: - enabled: true - auth: - password: "Q9o4TsbpAY" - postgres-password: "Q9o4TsbpAY" - redis: - enabled: true