This commit is contained in:
ychangkim
2025-07-09 14:30:33 +09:00
parent 2003279869
commit 1af68f313c
+6
View File
@@ -7,6 +7,12 @@
``` sh ``` sh
$ helm upgrade --instal nim ../nim \ $ helm upgrade --instal nim ../nim \
--set nimService.name=custom-model \
--set nimService.existingAuthSecret="" \
--set image.repository=nvcr.io/nim/custom/model \
--set image.tag=1.0.0 \
--set nimService.ngcAPIKey=YOUR_NGC_API_KEY \
--set imagePullSecrets[0].password=YOUR_PASSWORD
--namespace nim \ --namespace nim \
--create-namespace \ --create-namespace \
-f custom-values.yaml -f custom-values.yaml