Skip to content

Commit

Permalink
workloads have subPath injection, so all files are just on the /ocp-s…
Browse files Browse the repository at this point in the history
…erverless-custom-certs directory (#931)

Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Jan 23, 2024
1 parent a2d7c96 commit e5f221f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private WebClientOptions createWebClientOptionsFromCACerts(String CACerts) {

private PemTrustOptions openshiftPemTrustOptions() {
// TODO: Go for all files
return new PemTrustOptions().addCertPath("/ocp-serverless-custom-certs/ca-bundle.crt/ca-bundle.crt");
return new PemTrustOptions().addCertPath("/ocp-serverless-custom-certs/ca-bundle.crt");
}

private ResponseHandler createResponseHandler(final Vertx vertx) {
Expand Down

0 comments on commit e5f221f

Please sign in to comment.