zhajili1991 commented on issue #319:
URL: 
https://github.com/apache/incubator-devlake-helm-chart/issues/319#issuecomment-2675795995

   Hello all,
   
   I have exactly same issue, I am using following versions for helm chars.
   
   ```
   apiVersion: v2
   name: grafana
   version: 8.10.1
   appVersion: 11.5.2
   kubeVersion: "^1.8.0-0"
   
   ```
   I am trying to mount secret for certificates, here is my values.yaml.
   
   ```
   extraVolumeMounts:
     - name: grafana-tls-volume
       mountPath: /etc/grafana/certs
       readOnly: true
   
   ## Additional Grafana server volumes
   extraVolumes:
       - name: grafana-tls-volume
         secret:
           defaultMode: 420
           secretName: grafana-lab-secret
   
   ```
   
   When I do helm template or try to upgrade I see  following.
   
   ```
         volumes:
           - name: config
             configMap:
               name: bguliyev-grafana
           - name: storage
             persistentVolumeClaim:
               claimName: bguliyev-grafana
           - name: grafana-tls-volume
             emptyDir: {}
   ```
   Any help is appreciated !


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