mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 17:20:24 +08:00
* feat(common): expose capabilities in GUI * add advanced podsecuritycontext include to all Apps * add securityContext advanced include to all Apps
26 lines
914 B
YAML
26 lines
914 B
YAML
- variable: capabilities
|
|
label: "Capabilities"
|
|
schema:
|
|
type: dict
|
|
attrs:
|
|
- variable: drop
|
|
label: "Drop Capability"
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: dropEntry
|
|
label: ""
|
|
schema:
|
|
type: string
|
|
- variable: add
|
|
label: "Add Capability"
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: addEntry
|
|
label: ""
|
|
schema:
|
|
type: string
|