janhoy commented on issue #484:
URL: https://github.com/apache/solr-operator/issues/484#issuecomment-1298598915

   Turned out it is supported already, but with a slightly different yaml 
syntax:
   
   ```yaml
   solr:
     podOptions:
       volumes:
         # Map service account JWT token onto a volume
         - name: sa-token-vol
           defaultContainerMount:
             mountPath: /var/run/secrets/tokens
             name: sa-token-vol
           source:
             projected:
               sources:
                 - serviceAccountToken:
                     path: sa-token
                     expirationSeconds: 86400
                     audience: myAudience
   ```
   
   Closing


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to