Skip to content

Commit

Permalink
Merge pull request opendatahub-io#334 from openshift-cherrypick-robot…
Browse files Browse the repository at this point in the history
…/cherry-pick-331-to-stable

[stable] [RHOAIENG-5033] Odd number of arguments passed as key-value pairs for…
  • Loading branch information
harshad16 authored May 23, 2024
2 parents ddf3f69 + 0fe63c1 commit 9d12f58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,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 9d12f58

Please sign in to comment.