type Config struct {
// The default clusterwide prometheus exporter image to use ExporterImage string `json:"exporterImage"`
// The default clusterwide valkey image to use ValkeyImage string `json:"valkeyImage"`
// The default number of nodes to use Nodes int `json:"nodes"`
}