milvus-io/milvus-operator

Add check to avoid `null` in config fields

Open

Aperta il 17 feb 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Go (63 star) (30 fork)auto 404
enhancementgood first issue

Descrizione

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.

Guida contributor