Skip to content
Discussion options

You must be logged in to vote

Yep that was it, properties / env var lists want just a csv, not the direct index.

Bad:

quarkus.tls.ocpIngress.trust-store.pem.certs.0=/my/cert.pem

Good:

quarkus.tls.ocpIngress.trust-store.pem.certs=/my/cert.pem[,/my/othercert.pem]

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@GregJohnStewart
Comment options

@sberyozkin
Comment options

@GregJohnStewart
Comment options

@GregJohnStewart
Comment options

Answer selected by GregJohnStewart
@sberyozkin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants