Files
service-catalog/manifests/helm/superset/0.13.5/dip-questions.yaml
T
2026-06-16 16:37:07 +09:00

26 lines
597 B
YAML

questions:
- variable: "$configOverrides.secret"
label: secret key
type: hidden
default: ""
- variable: "$configOverrides.mapbox"
label: MAPBOX API KEY
type: string
default: ""
- variable: infisical.password
label: DB Password
type: password
required: true
default: ""
- variable: "$supersetNode.connections.db_pass"
label: DB Password
type: hidden
default: "${infisical.password}"
- variable: infisical.postgres-password
label: postgres-password
type: hidden
default: ""
- variable: infisical.redis-password
label: redis-password
type: hidden
default: ""