Skip to content

helm: support mounting CA certs into coder pod via Helm #4639

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

Closed
Tracked by #4628
ericpaulsen opened this issue Oct 18, 2022 · 0 comments · Fixed by #4641
Closed
Tracked by #4628

helm: support mounting CA certs into coder pod via Helm #4639

ericpaulsen opened this issue Oct 18, 2022 · 0 comments · Fixed by #4641
Assignees

Comments

@ericpaulsen
Copy link
Member

we currently do this in v1 via the certs.secrets value. the current workaround is to build the coder image with the CA bundle mounted into it. e.g.

FROM ghcr.io/coder/coder

COPY ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

RUN apk --update --no-cache add ca-certificates; \
		update-ca-certificates -v

USER coder
@ericpaulsen ericpaulsen self-assigned this Oct 18, 2022
@ericpaulsen ericpaulsen changed the title support mounting CA certs into coder pod via Helm helm: support mounting CA certs into coder pod via Helm Oct 18, 2022
@bpmct bpmct mentioned this issue Oct 24, 2022
13 tasks
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.

1 participant