dip questions yaml add

This commit is contained in:
ychangkim
2026-06-16 16:37:07 +09:00
parent f4d287abef
commit 6805aa652f
27 changed files with 703 additions and 2 deletions
@@ -0,0 +1,25 @@
questions:
- variable: "infisical.password"
label: Init password
type: hidden
default: ""
- variable: "$starrocksFESpec.config.endpoint"
label: S3 Endpoint
type: string
required: true
default: ""
- variable: "$starrocksFESpec.config.accesskey"
label: S3 AccessKey
type: string
required: true
default: ""
- variable: "$starrocksFESpec.config.secretkey"
label: S3 SecretKey
type: password
required: true
default: ""
- variable: "$starrocksFESpec.config.path"
label: S3 Path
type: string
required: true
default: ""