Private Cloud Configuration The Qdrant Private Cloud helm chart has several configuration options. The following YAML shows all configuration options with their default values: operator:# Amount of replicas for the Qdrant operator (v2)replicaCount:1image:# Image repository for the qdrant operatorrepository:registry.cloud.qdrant.io/qdrant/operator# Image pullPolicypullPolicy:IfNotPresent# Overrides the image tag whose default is the chart appVersion.tag:""# Optional image pull secretsimagePull...