GuillermoGarciaF commented on PR #311:
URL:
https://github.com/apache/incubator-devlake-helm-chart/pull/311#issuecomment-2425734853
Yes, I successfully tested the following helm-values:
```
lake:
volumeMounts:
- name: azure-mysql-ca
mountPath: /opt/argus/DigiCertGlobalRootCA.crt.pem
subPath: DigiCertGlobalRootCA.crt.pem
readOnly: true
volumes:
- name: azure-mysql-ca
configMap:
name: azure-mysql-ca
items:
- key: DigiCertGlobalRootCA.crt.pem
path: DigiCertGlobalRootCA.crt.pem
```
which result in the following pod manifest:
-``volumes:`` section:

-``volumeMounts:`` section:

I also checked the certificate is correctly mounted in the container file
system:

--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]