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.

貢獻者指南