Files
service-catalog/charts/nim/custom-values.yaml
T
ychangkim 2003279869 nim
2025-07-09 14:14:38 +09:00

15 lines
312 B
YAML

nimService:
name: "$nimService.name"
existingAuthSecret: "$INFISICAL_SECRET"
image:
repository: "$image.repository"
pullPolicy: IfNotPresent
tag: "$image.tag"
imagePullSecrets:
- name: nvcrimagepullsecret
registry: nvcr.io
username: "$oauthtoken"
password: "$imagePullSecrets.password"