milvus-io/milvus-operator

Add check to avoid `null` in config fields

Open

#227 opened on Feb 17, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (63 stars) (30 forks)auto 404
enhancementgood first issue

Description

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.

Contributor guide