This commit is contained in:
ychangkim
2025-07-09 14:14:38 +09:00
parent ef8cf5771c
commit 2003279869
11 changed files with 300 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
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"