Skip to content

Commit

Permalink
Merge pull request #331 from jstourac/fixOddNumberLog
Browse files Browse the repository at this point in the history
[RHOAIENG-5033] Odd number of arguments passed as key-value pairs for…
  • Loading branch information
harshad16 authored May 23, 2024
2 parents 1bb594d + 99e0932 commit 417ac03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func CheckAndMountCACertBundle(ctx context.Context, cli client.Client, notebook
cm := workbenchConfigMap
if cm.Name == workbenchConfigMapName {
// Inject the trusted-ca volume and environment variables
log.Info("Injecting trusted-ca volume and environment variables", notebook.Name, "namespace", notebook.Namespace)
log.Info("Injecting trusted-ca volume and environment variables")
return InjectCertConfig(notebook, workbenchConfigMapName)
}
return nil
Expand Down

0 comments on commit 417ac03

Please sign in to comment.