We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40749a commit 5a4dd0eCopy full SHA for 5a4dd0e
crates/stackable-operator/src/builder/pod/container.rs
@@ -35,6 +35,8 @@ pub enum Error {
35
the new mount's subPath is {new_sub_path:?}"
36
))]
37
ClashingMountPath {
38
+ // The VolumeMount structs where not added to avoid to many information for the users. Instead we pick the most
39
+ // relevant information only.
40
mount_path: String,
41
existing_volume_name: String,
42
existing_sub_path: Option<String>,
0 commit comments