milvus-io/milvus-operator
Auf GitHub ansehenAdd check to avoid `null` in config fields
Open
#227 geöffnet am 17. Feb. 2023
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.