Skip to content

Commit 4e06af5

Browse files
committed
Add image pull secrets to nemodatastore CR sample
Signed-off-by: Sheng Lin <shelin@nvidia.com>
1 parent 8e8c7df commit 4e06af5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/samples/apps_v1alpha1_nemodatastore.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
name: nemodatastore-sample
88
namespace: nemo
99
spec:
10-
authSecret: ngc-secret
10+
authSecret: ngc-auth-secret
1111
secrets:
1212
datastoreConfigSecret: "nemo-ms-nemo-datastore"
1313
datastoreInitSecret: "nemo-ms-nemo-datastore-init"
@@ -46,6 +46,8 @@ spec:
4646
repository: "nvcr.io/nvidian/nemo-llm/datastore"
4747
tag: "25.03-rc11"
4848
pullPolicy: IfNotPresent
49+
pullSecrets:
50+
- ngc-secret
4951
replicas: 1
5052
resources:
5153
requests:

0 commit comments

Comments
 (0)