Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy-certs init container not created when using cert-manager #78

Closed
mtneug opened this issue Apr 19, 2021 · 2 comments · May be fixed by #139
Closed

copy-certs init container not created when using cert-manager #78

mtneug opened this issue Apr 19, 2021 · 2 comments · May be fixed by #139

Comments

@mtneug
Copy link
Contributor

mtneug commented Apr 19, 2021

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.

@alleny87
Copy link

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.

@prafull01
Copy link
Collaborator

Fixed as part of #147 Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants