pmallampati-sift commented on issue #7928: URL: https://github.com/apache/incubator-devlake/issues/7928#issuecomment-2306465018
@dosu Per your if we do below step, do we still need to create the `devlake-mysql-auth` with DB url and SSL certs as you have mentioned here https://github.com/apache/incubator-devlake/issues/7928#issuecomment-2300787106 `lake: initContainers: - name: update-ca-certificates image: debian:bullseye command: ["sh", "-c", "apt-get update && apt-get install -y ca-certificates && cp /mnt/rootCA.crt /usr/local/share/ca-certificates/rootCA.crt && update-ca-certificates"] volumeMounts: - name: root-ca-cert mountPath: /mnt volumes: - name: root-ca-cert secret: secretName: root-ca-cert ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org