stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Unify volume mounting #471

Open fhennig opened 11 months ago

fhennig commented 11 months ago

I would like to mount external volumes always in the same way. I found that in Druid there is clusterConfig.extraVolumes and in Airflow there is clusteConfig.volumes and clusterConfig.volumeMounts.

@Jimvin said he also would like for a simple way to mount configmaps and secrets, and @sbernauer said that one possible answer could be : Add volumes using podOverrides

Sebastian said adding a convenient way to add volumes makes it too dangerous that users misconfigure their Pods