Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.
Where is the error
The error is in the NATS configuration of documentation.
Link
The manifest described in the guide uses NATS configurations which are different from the CRD schema. This is causing error when we try to spin up milvus using NATS using the official documentation.
strict decoding error: unknown field "spec.dependencies.natsmq.server"
How would you like to improve it
I would like to update the manifest in the docs to use the correct schema for NATS configuration.
Screenshots
This is the NATS configuraiton defined in the CRD.
This is the manifest that is defined in the documentation.
