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
View File
@@ -29,6 +29,7 @@ questions:
group: "Controller"
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: advanced
@@ -79,6 +80,7 @@ questions:
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
# Include{fixedEnv}
@@ -89,6 +91,7 @@ questions:
group: "Networking and Services"
label: "Configure Service(s)"
schema:
additional_attrs: true
type: dict
attrs:
- variable: main
@@ -174,6 +177,7 @@ questions:
description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
additional_attrs: true
type: dict
attrs:
- variable: config
@@ -238,6 +242,7 @@ questions:
label: ""
group: "Ingress"
schema:
additional_attrs: true
type: dict
attrs:
- variable: main
@@ -294,6 +299,7 @@ questions:
group: "Security and Permissions"
label: "Pod Security Context"
schema:
additional_attrs: true
type: dict
attrs:
- variable: runAsUser
+14
View File
@@ -3,11 +3,13 @@
group: "Addons"
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: vpn
label: "VPN"
schema:
additional_attrs: true
type: dict
attrs:
- variable: type
@@ -121,6 +123,7 @@
- variable: envItem
label: "Environment Variable"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -137,6 +140,7 @@
- variable: codeserver
label: "Codeserver"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -149,6 +153,7 @@
- variable: git
label: "Git Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: deployKey
@@ -164,6 +169,7 @@
- variable: service
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: type
@@ -201,11 +207,13 @@
- variable: ports
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: codeserver
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: nodePort
@@ -224,6 +232,7 @@
- variable: envItem
label: "Environment Variable"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -241,6 +250,7 @@
- variable: promtail
label: "Promtail"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -258,6 +268,7 @@
- variable: logs
label: "Log Paths"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -292,6 +303,7 @@
- variable: envItem
label: "Environment Variable"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -311,6 +323,7 @@
- variable: netshoot
label: "Netshoot"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -330,6 +343,7 @@
- variable: envItem
label: "Environment Variable"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
+18
View File
@@ -2,6 +2,7 @@
group: "Advanced"
label: "(Advanced) Horizontal Pod Autoscaler"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -41,6 +42,7 @@
group: "Advanced"
label: "(Advanced) Network Policy"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -73,6 +75,7 @@
- variable: egressEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: to
@@ -84,11 +87,13 @@
- variable: toEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: ipBlock
label: "ipBlock"
schema:
additional_attrs: true
type: dict
attrs:
- variable: cidr
@@ -109,6 +114,7 @@
- variable: namespaceSelector
label: "namespaceSelector"
schema:
additional_attrs: true
type: dict
attrs:
- variable: matchExpressions
@@ -120,6 +126,7 @@
- variable: expressionEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: key
@@ -153,6 +160,7 @@
- variable: podSelector
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: matchExpressions
@@ -164,6 +172,7 @@
- variable: expressionEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: key
@@ -203,6 +212,7 @@
- variable: portsEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
@@ -234,6 +244,7 @@
- variable: ingressEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: from
@@ -245,11 +256,13 @@
- variable: fromEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: ipBlock
label: "ipBlock"
schema:
additional_attrs: true
type: dict
attrs:
- variable: cidr
@@ -270,6 +283,7 @@
- variable: namespaceSelector
label: "namespaceSelector"
schema:
additional_attrs: true
type: dict
attrs:
- variable: matchExpressions
@@ -281,6 +295,7 @@
- variable: expressionEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: key
@@ -314,6 +329,7 @@
- variable: podSelector
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: matchExpressions
@@ -325,6 +341,7 @@
- variable: expressionEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: key
@@ -364,6 +381,7 @@
- variable: portsEntry
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
+4
View File
@@ -8,6 +8,7 @@
- variable: envItem
label: "Environment Variable"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -45,6 +46,7 @@
group: "Container Configuration"
label: "Termination settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: gracePeriodSeconds
@@ -62,6 +64,7 @@
- variable: podLabelItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -83,6 +86,7 @@
- variable: podAnnotationItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -24,6 +24,7 @@
- variable: labelItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -43,6 +44,7 @@
- variable: annotationItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
+2
View File
@@ -14,6 +14,7 @@
- variable: hostEntry
label: "Host"
schema:
additional_attrs: true
type: dict
attrs:
- variable: host
@@ -31,6 +32,7 @@
- variable: pathEntry
label: "Host"
schema:
additional_attrs: true
type: dict
attrs:
- variable: path
+2
View File
@@ -25,6 +25,7 @@
- variable: labelItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -44,6 +45,7 @@
- variable: annotationItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
+7
View File
@@ -8,6 +8,7 @@
- variable: ingressListEntry
label: "Custom Ingress"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -35,6 +36,7 @@
- variable: labelItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -54,6 +56,7 @@
- variable: annotationItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -73,6 +76,7 @@
- variable: hostEntry
label: "Host"
schema:
additional_attrs: true
type: dict
attrs:
- variable: host
@@ -90,6 +94,7 @@
- variable: pathEntry
label: "Host"
schema:
additional_attrs: true
type: dict
attrs:
- variable: path
@@ -107,6 +112,7 @@
- variable: service
label: "Linked Service"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -127,6 +133,7 @@
- variable: tlsEntry
label: "Host"
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
+1
View File
@@ -7,6 +7,7 @@
- variable: tlsEntry
label: "Host"
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
+2
View File
@@ -2,6 +2,7 @@
group: "Metrics"
label: "Prometheus Metrics"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -15,6 +16,7 @@
- variable: serviceMonitor
label: "Service Monitor Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: interval
+2
View File
@@ -2,6 +2,7 @@
group: "Metrics"
label: "Prometheus Metrics"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -15,6 +16,7 @@
- variable: serviceMonitor
label: "Service Monitor Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: interval
+2
View File
@@ -2,6 +2,7 @@
group: "Metrics"
label: "Prometheus Metrics"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -15,6 +16,7 @@
- variable: serviceMonitor
label: "Service Monitor Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: interval
@@ -64,6 +64,7 @@
- variable: labelItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -83,6 +84,7 @@
- variable: annotationItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
+3
View File
@@ -8,6 +8,7 @@
- variable: persistenceListEntry
label: "Custom Storage"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -154,6 +155,7 @@
- variable: labelItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
@@ -173,6 +175,7 @@
- variable: annotationItem
label: "Label"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
+1
View File
@@ -2,6 +2,7 @@
label: "PrometheusRule"
description: "Enable and configure Prometheus Rules for the App."
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
+4
View File
@@ -10,11 +10,13 @@
- variable: resources
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: limits
label: "Advanced Limit Resource Consumption"
schema:
additional_attrs: true
type: dict
attrs:
- variable: cpu
@@ -34,6 +36,7 @@
- variable: requests
label: "Minimum Resources Required (request)"
schema:
additional_attrs: true
type: dict
attrs:
- variable: cpu
@@ -61,6 +64,7 @@
- variable: deviceListEntry
label: "Device"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -1,6 +1,7 @@
- variable: capabilities
label: "Capabilities"
schema:
additional_attrs: true
type: dict
attrs:
- variable: drop
+3
View File
@@ -59,6 +59,7 @@
- variable: staticRouteConfiguration
label: "Static Route Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: destination
@@ -95,6 +96,7 @@
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
additional_attrs: true
type: dict
attrs:
- variable: nameservers
@@ -116,6 +118,7 @@
- variable: option
label: "Option Entry"
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
+2
View File
@@ -8,6 +8,7 @@
- variable: serviceListEntry
label: "Custom Service"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
@@ -64,6 +65,7 @@
- variable: portsListEntry
label: "Custom ports"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
+1
View File
@@ -67,5 +67,6 @@
- variable: ports
label: "Service's Port(s) Configuration"
schema:
additional_attrs: true
type: dict
attrs: