We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8c7df commit 4e06af5Copy full SHA for 4e06af5
1 file changed
config/samples/apps_v1alpha1_nemodatastore.yaml
@@ -7,7 +7,7 @@ metadata:
7
name: nemodatastore-sample
8
namespace: nemo
9
spec:
10
- authSecret: ngc-secret
+ authSecret: ngc-auth-secret
11
secrets:
12
datastoreConfigSecret: "nemo-ms-nemo-datastore"
13
datastoreInitSecret: "nemo-ms-nemo-datastore-init"
@@ -46,6 +46,8 @@ spec:
46
repository: "nvcr.io/nvidian/nemo-llm/datastore"
47
tag: "25.03-rc11"
48
pullPolicy: IfNotPresent
49
+ pullSecrets:
50
+ - ngc-secret
51
replicas: 1
52
resources:
53
requests:
0 commit comments