Skip to content

Commit

Permalink
fix: add hf credentials (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Dec 19, 2024
1 parent a42d9d7 commit 70ffc36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/resources/bentorequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2115,6 +2115,9 @@ echo "Done"
Name: commonconsts.EnvAWSSecretAccessKey,
Value: containerImageS3SecretAccessKey,
})
if opt.BentoRequest.Spec.DownloaderContainerEnvFrom != nil {
builderContainerEnvFrom = append(builderContainerEnvFrom, opt.BentoRequest.Spec.DownloaderContainerEnvFrom...)
}
}

builderContainerArgs := []string{
Expand Down

0 comments on commit 70ffc36

Please sign in to comment.