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:
   ![Screenshot 2024-10-21 at 08 40 
14](https://github.com/user-attachments/assets/2a16796a-58b6-44b4-83d1-a9bfe5cca33e)
   
   -``volumeMounts:`` section:
   ![Screenshot 2024-10-21 at 08 41 
32](https://github.com/user-attachments/assets/33b54e2a-391a-402c-8a71-7a1faae13140)
   
   I also checked the certificate is correctly mounted in the container file 
system:
   ![Screenshot 2024-10-21 at 08 47 
12](https://github.com/user-attachments/assets/ab06af3e-4626-43f8-b196-a005c23308d9)
   


-- 
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]

Reply via email to