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,21 @@
questions:
- variable: "$postgresql.auth.password"
label: db password
type: hidden
required: true
default: ""
- variable: "$extraEnvVars.s3endpoint"
label: S3 Endpoint
type: string
required: true
default: "http://minio.minio.svc.cluster.local:9000"
- variable: "$artifactRoot.s3.awsAccessKeyId"
label: S3 AccessKey
type: string
required: true
default: ""
- variable: "$artifactRoot.s3.awsSecretAccessKey"
label: S3 SecretKey
type: password
required: true
default: ""