You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/stackable-operator/src/builder/pod/container.rs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ impl ContainerBuilder {
215
215
/// Historically this function unconditionally added volumeMounts, which resulted in invalid
216
216
/// [`k8s_openapi::api::core::v1::PodSpec`]s, as volumeMounts where added multiple times - think of Trino using the same [`crate::commons::s3::S3Connection`]
217
217
/// two times, resulting in e.g. the s3 credentials being mounted twice as the same volumeMount.
0 commit comments