We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18df53 commit 9dc51b8Copy full SHA for 9dc51b8
internal/controller/nemocustomizer_controller.go
@@ -579,7 +579,7 @@ func (r *NemoCustomizerReconciler) addModelDownloadJobsConfig(ctx context.Contex
579
}
580
581
// add HF secret if present
582
- if n.Spec.ModelDownloadJobs.HFSecret != nil && n.Spec.ModelDownloadJobs.HFSecret.Name != "" {
+ if n.Spec.ModelDownloadJobs.HFSecret != nil {
583
modelDownloadJobsCfg["hfSecretName"] = n.Spec.ModelDownloadJobs.HFSecret.Name
584
modelDownloadJobsCfg["hfSecretKey"] = n.Spec.ModelDownloadJobs.HFSecret.Key
585
0 commit comments