seldon-core
seldon-core copied to clipboard
seldondeployment is not considering the parameters present under securitycontex parallel to volumes under pod spec
Trying to deploy SeldonDeployment by adding the below section parallel to volumes, but I'm able to observe that fsgroup is not getting considered, but always runAsUser: 8888 is getting overwriten.
securityContext:
fsGroup: 2014
Please find the deployment file in the attachment (abclad.txt) . abclad.txt
find the output of kubectl get pods
get_pods.txt
Seldon core operator version: 1.13.1