Skip to content

Commit

Permalink
fix: nim configmap name (#301)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi authored Nov 15, 2024
1 parent 0901977 commit 7a4b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const (
// NIM
const (
NimApplyConfigFieldManager = "nim-account-controller"
NimDataConfigMapName = "nvidia-nim-data"
NimDataConfigMapName = "nvidia-nim-images-data"
NimRuntimeTemplateName = "nvidia-nim-serving-template"
NimPullSecretName = "nvidia-nim-image-pull"
)

0 comments on commit 7a4b610

Please sign in to comment.