Daniël Steman
Daniël Steman
We are trying to deploy Seldon Core Operator with Helm and we want to use images from a private registry. However, we can't pass the secret name of our registry...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
I tried converting the following Kubernetes secret in yaml: ``` --- apiVersion: v1 kind: Secret metadata: name: someSecretName namespace: someNamespace type: Opaque stringData: ACCOUNT: someAccount KEY: someKey ``` which is...
### Describe the issue When I try to validate a bundle that deploys a model serving endpoint the CLI has a runtime error ### Steps to reproduce the behavior Please...
### Describe the issue `databricks bundle validate` passes when both serverless is enabled and cluster settings are set for the same pipeline. ### Steps to reproduce the behavior Please list...