milvus-io/milvus-operator

Add check to avoid `null` in config fields

开放

#227 创建于 2023年2月17日

 (0 条评论) (0 个反应) (0 位负责人)Go (30 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (63 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南