pareekdevanshu commented on issue #55:
URL: https://github.com/apache/solr-operator/issues/55#issuecomment-1302239218

   @HoustonPutman Thanks for the reply, I wanted to `drop all capabilities in 
security context `  which can be done using securityContext :
   ```
   securityContext:
     capabilities:
       drop:
         - ALL
        
   ``` 
   can you please tell me how can we achieve the same using 
`customSolrKubeOptions.podOptions.podSecurityContext`? 
   I couldnt find a way to mention the capabilities in `podSecurityContext`.


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to