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:
@@ -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: []
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
description: Set the number of Replicas
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["type", "!=", "Daemonset"]]
|
||||
show_if: [["type", "!=", "DaemonSet"]]
|
||||
default: 1
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
description: Set the number of Replicas
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["type", "!=", "Daemonset"]]
|
||||
show_if: [["type", "!=", "DaemonSet"]]
|
||||
default: 2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user