You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect when using cert-manager that setting tls.certs.certManager is enough. However, the copy-certs init container is not created since tls.certs.provided has to be true as well. Is this intended? If yes, the documentation should explicitly state that.
The text was updated successfully, but these errors were encountered:
This can be solved by the following pull request. #253
The copy-certs init container does not run, but that's because the chart is written to have the cert mounted in, just as any other provided certs, but in this case it's cert manager.
I would expect when using
cert-manager
that settingtls.certs.certManager
is enough. However, thecopy-certs
init container is not created sincetls.certs.provided
has to betrue
as well. Is this intended? If yes, the documentation should explicitly state that.The text was updated successfully, but these errors were encountered: