* chore(authelia): cleanup secret a bit * Daemonset -> DaemonSet * fix some typos * no group on nested var * more typos * cspell * lowercase all
11 lines
357 B
YAML
11 lines
357 B
YAML
- variable: type
|
|
label: Type (Advanced)
|
|
schema:
|
|
type: string
|
|
default: Deployment
|
|
enum:
|
|
- value: Deployment
|
|
description: Deployment
|
|
- value: DaemonSet
|
|
description: DaemonSet
|