Skip to content

Commit

Permalink
Use additional ca-certificates in flyte sandbox configuration directo…
Browse files Browse the repository at this point in the history
…ry (#3609)

Signed-off-by: Jeev B <[email protected]>
  • Loading branch information
jeevb authored Apr 21, 2023
1 parent 478137b commit bf6d635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/sandbox-bundled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ COPY --from=bootstrap /flyteorg/build/dist/flyte-sandbox-bootstrap /bin/

VOLUME /var/lib/flyte/storage

# Set environment variable for picking up additional CA certificates
ENV SSL_CERT_DIR /var/lib/flyte/config/ca-certificates

ENTRYPOINT [ "/bin/k3d-entrypoint.sh" ]
CMD [ "server", "--disable=traefik", "--disable=servicelb" ]

0 comments on commit bf6d635

Please sign in to comment.