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
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 isclusteConfig.volumes
andclusterConfig.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