From e7c26050970aeeb857e885044bb619721320e0c2 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 19 Mar 2025 05:00:50 -0500 Subject: [PATCH] update --- dmz/authentik/Chart.yaml | 12 ++++++++++++ dmz/authentik/values.yaml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 dmz/authentik/Chart.yaml create mode 100644 dmz/authentik/values.yaml diff --git a/dmz/authentik/Chart.yaml b/dmz/authentik/Chart.yaml new file mode 100644 index 0000000..62c0fa1 --- /dev/null +++ b/dmz/authentik/Chart.yaml @@ -0,0 +1,12 @@ +apiVersion: v2 +name: authentik +description: A Helm chart for Kubernetes +type: application + +version: 0.1.0 +appVersion: "1.16.0" + +dependencies: +- name: authentik-remote-cluster + repository: https://charts.goauthentik.io + version: 2.0.0 diff --git a/dmz/authentik/values.yaml b/dmz/authentik/values.yaml new file mode 100644 index 0000000..83be2f9 --- /dev/null +++ b/dmz/authentik/values.yaml @@ -0,0 +1,30 @@ +authentik-remote-cluster: + # -- Provide a name in place of `authentik`. Prefer using global.nameOverride if possible + nameOverride: "" + # -- String to fully override `"authentik.fullname"`. Prefer using global.fullnameOverride if possible + fullnameOverride: "" + # -- Override the Kubernetes version, which is used to evaluate certain manifests + kubeVersionOverride: "" + + ## Globally shared configuration for authentik components. + global: + # -- Provide a name in place of `authentik` + nameOverride: "" + # -- String to fully override `"authentik.fullname"` + fullnameOverride: "" + # -- A custom namespace to override the default namespace for the deployed resources. + namespaceOverride: "" + # -- Common labels for all resources. + additionalLabels: {} + # app: authentik + + # -- Annotations to apply to all resources + annotations: {} + + serviceAccountSecret: + # -- Create a secret with the service account credentials + enabled: true + + clusterRole: + # -- Create a clusterole in addition to a namespaced role. + enabled: true