milvus-io/milvus-operator

Add check to avoid `null` in config fields

Open

#227 opened on 2023年2月17日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Go (30 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (63 stars)
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.

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