fix(authelia): typo (#5219)

* initial

* add descriptions

* typo

* Update charts/stable/authelia/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
MaverickD650
2022-12-08 21:16:02 +00:00
committed by GitHub
co-authored by Kjeld Schouten-Lebbing
parent a1a3e79603
commit 9390e9e6b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ sources:
- https://github.com/authelia/chartrepo - https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia - https://github.com/authelia/authelia
type: application type: application
version: 14.0.11 version: 14.0.12
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- security - security
+1 -1
View File
@@ -914,7 +914,7 @@ questions:
description: "two_factor" description: "two_factor"
- variable: consent_mode - variable: consent_mode
label: "Consent Mode" label: "Consent Mode"
description: "Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or implicit (Automatically assumes consent for every authorization, never asking the user if they wish to give consent." description: "Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or implicit (automatically assumes consent for every authorization, never asking the user if they wish to give consent.)"
schema: schema:
type: string type: string
default: "auto" default: "auto"