codinalot
codinalot
I've tried to put specific volumes & configmaps in the containerSpec override, but they seem to be getting removed by this method here: https://github.com/SeldonIO/seldon-core/blob/83717e88717a4030d7f76f87c3a3b713cd73d276/operator/controllers/model_initializer_injector.go#L152 The problem we have with the...
@axsaucedo The only volume mount I'm getting back on my init container is the following: > `/var/run/secrets/kubernetes.io/serviceaccount` > from kube-api-access-lspth (ro) That's after submitting this manifest to the `create_namespaced_custom_object` python...