Julius Kreuzer
Julius Kreuzer
Hi, I could reproduce this without the `--platform linux/arm64` flag on the build command. It seems the `--platform` parameter of the `FROM` instruction is the one being used for the...
I also wanted to bring my own apiKey. Just stumbled upon the `lookup`. Ideally, qdrant would be referencing the user provided secret directly at runtime.
The biggest hurdle to get there is that the secret containing the apiKey is currently expected to be in some predefined qdrant config format: https://github.com/qdrant/qdrant-helm/blob/main/charts/qdrant/templates/statefulset.yaml#L195 It would be simpler, if...
Apologies for the delay of my response. The `skipEmptyTemplates` flag indeed prevents the error I mentioned above. However, I am now unsure how to assert the absence. `hasDocuments` seems to...