milvus-io/milvus-operator

Add check to avoid `null` in config fields

Open

#227 创建于 2023年2月17日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (30 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (63 star)
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.

贡献者指南