mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
b682553b27
commit
e7c2605097
2 changed files with 42 additions and 0 deletions
30
dmz/authentik/values.yaml
Normal file
30
dmz/authentik/values.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue