chore(authelia): cleanup secret a bit (#7768)

* chore(authelia): cleanup secret a bit

* Daemonset -> DaemonSet

* fix some typos

* no group  on nested var

* more typos

* cspell

* lowercase all
This commit is contained in:
Stavros Kois
2023-03-08 21:05:10 +02:00
committed by GitHub
parent b1b344d1a3
commit eb277493c0
10 changed files with 66 additions and 68 deletions
@@ -1,7 +1,6 @@
- variable: envList
label: Extra Environment Variables
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
group: "General Settings"
schema:
type: list
default: []
+1 -1
View File
@@ -3,5 +3,5 @@
description: Set the number of Replicas
schema:
type: int
show_if: [["type", "!=", "Daemonset"]]
show_if: [["type", "!=", "DaemonSet"]]
default: 1
+1 -1
View File
@@ -3,5 +3,5 @@
description: Set the number of Replicas
schema:
type: int
show_if: [["type", "!=", "Daemonset"]]
show_if: [["type", "!=", "DaemonSet"]]
default: 2
+1 -1
View File
@@ -3,5 +3,5 @@
description: Set the number of Replicas
schema:
type: int
show_if: [["type", "!=", "Daemonset"]]
show_if: [["type", "!=", "DaemonSet"]]
default: 3
@@ -2,9 +2,9 @@
label: Type (Advanced)
schema:
type: string
default: Daemonset
default: DaemonSet
enum:
- value: Deployment
description: Deployment
- value: Daemonset
description: Daemonset
- value: DaemonSet
description: DaemonSet
@@ -6,5 +6,5 @@
enum:
- value: Deployment
description: Deployment
- value: Daemonset
description: Daemonset
- value: DaemonSet
description: DaemonSet