mirror of
https://github.com/truecharts/charts.git
synced 2026-07-21 01:14:41 -03:00
* chore(authelia): cleanup secret a bit * Daemonset -> DaemonSet * fix some typos * no group on nested var * more typos * cspell * lowercase all
8 lines
272 B
YAML
8 lines
272 B
YAML
- variable: replicas
|
|
label: Replicas (Advanced)
|
|
description: Set the number of Replicas
|
|
schema:
|
|
type: int
|
|
show_if: [["type", "!=", "DaemonSet"]]
|
|
default: 2
|