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 41dcc92 commit 16655bcCopy full SHA for 16655bc
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