milvus-io/milvus-operator
Ver no GitHubAdd check to avoid `null` in config fields
Open
#227 aberto em 17 de fev. de 2023
enhancementgood first issue
Métricas do repositório
- Stars
- (63 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
For manifest like this:
spec:
config:
common:
# security:
# authorizationEnabled: true
etcd:
rootPath: my-cluster
would assign null to spec.config.common.
Operator should be able to deny the call.