fix(apps): set additional_attrs: true on all dicts (#1750)

* fix(docs): update the backup and restore guide

* fix(apps): set additional_attrs: true on all dicts

* even more
This commit is contained in:
Kjeld Schouten-Lebbing
2022-01-21 01:35:59 +01:00
committed by GitHub
parent 17ff3e1a45
commit a571f0d1eb
255 changed files with 2895 additions and 6 deletions
@@ -6,6 +6,7 @@ questions:
group: "Controller"
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: advanced
@@ -56,6 +57,7 @@ questions:
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: AMCREST_USERNAME
@@ -85,6 +87,7 @@ questions:
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
@@ -161,6 +164,7 @@ questions:
- variable: securityContext
label: "Security Context"
schema:
additional_attrs: true
type: dict
attrs:
- variable: privileged
@@ -189,6 +193,7 @@ questions:
group: "Security and Permissions"
label: "Pod Security Context"
schema:
additional_attrs: true
type: dict
attrs:
- variable: runAsUser