In Strimzi 0.43, we added the additional volumes feature -> it can be used with any container to mount new volumes based on Secret, ConfigMap, EmptyDir or PVC.
But already previously, in Kafka Connect, we had the External configuration volumes that allow to mount additional Secret or ConfigMaps as a volume to the Connect containers. So this now duplicates the newly added additional volumes feature. We should deprecate it.