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.

貢獻者指南