milvus-io/milvus-operator

Add check to avoid `null` in config fields

Open

#227 geöffnet am 17. Feb. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (30 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (63 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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