Skip to content

Commit

Permalink
Change the name of the secretVolumePath (knative-extensions#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo6Leo committed Nov 13, 2023
1 parent dafba5c commit 76b3cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ReceiverVerticleFactory implements Supplier<Verticle> {
private final HttpServerOptions httpServerOptions;
private final HttpServerOptions httpsServerOptions;

private final String secretVolumePath = "/etc/receiver-secret-volume";
private final String secretVolumePath = "/etc/receiver-tls-secret";

private final IngressRequestHandler ingressRequestHandler;

Expand Down

0 comments on commit 76b3cdd

Please sign in to comment.