milvus-io/milvus-operator

Add check to avoid `null` in config fields

Aperta

#227 aperta il 17 feb 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Go (30 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (63 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

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