43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
# Include{groups}
|
|
questions:
|
|
# Include{global}
|
|
# Include{workload}
|
|
# Include{workloadDeployment}
|
|
# Include{replicas1}
|
|
# Include{podSpec}
|
|
# Include{containerMain}
|
|
# Include{containerBasic}
|
|
# Include{containerAdvanced}
|
|
- variable: kubernetesReflector
|
|
group: "App Configuration"
|
|
label: "Kubernetes-Reflector Configuration"
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: logLevel
|
|
label: "Log Level"
|
|
schema:
|
|
type: string
|
|
default: "Information"
|
|
enum:
|
|
- value: "Verbose"
|
|
description: "Trace"
|
|
- value: "Debug"
|
|
description: "Debug"
|
|
- value: "Information"
|
|
description: "Info"
|
|
- value: "Warning"
|
|
description: "Warnings"
|
|
- value: "Error"
|
|
description: "Errors"
|
|
- value: "Fatal"
|
|
description: "Fatal Errors"
|
|
# Include{resources}
|
|
# Include{advanced}
|
|
# Include{addons}
|
|
# Include{codeserver}
|
|
# Include{netshoot}
|
|
# Include{vpn}
|
|
# Include{documentation}
|