milvus-io/milvus-operator

Add check to avoid `null` in config fields

オープン

#227 opened on 2023/02/17

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (30 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (63 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド