You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also locally I'm getting this error using the helm template which possibly confirms the issue, so I guess the hierarchy issue cause the error?
The SeldonDeployment "seldon-7ceba0fc-4fd9-416f-8d92-46ed3e577f62" is invalid: spec.predictors.componentSpecs.spec: Invalid value: "null": spec.predictors.componentSpecs.spec in body must be of type object: "null"
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using the helm template here to experiment a batch processing pipeline with Seldoncore.
In this file: https://github.com/SeldonIO/seldon-core/blob/master/examples/batch/argo-workflows-batch/helm-charts/seldon-batch-workflow/templates/workflow.yaml, line 69-70, shouldn't
containers
be underspec
instead of in a list at the same level?Also locally I'm getting this error using the helm template which possibly confirms the issue, so I guess the hierarchy issue cause the error?
The text was updated successfully, but these errors were encountered: