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.NGC_API_KEY
label: NGC_API_KEY
type: hidden
default: "${$imagePullSecrets.password}"
- variable: "$image.repository"
label: Model repository
type: string
required: true
default: "nvcr.io/nim/meta/llama-3.2-1b-instruct"
- variable: "$image.tag"
label: Model repository tag
type: string
required: true
default: "1.8.3"
- variable: "$imagePullSecrets.password"
label: NGC API KEY
type: string
required: true
default: ""
- variable: "$nimService.modelName"
label: Model name
type: string
required: true
default: "meta/llama-3.2-1b-instruct"