From 905e3a397f264071e2175b58e46cf3e0b87636ee Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 17 Nov 2022 23:08:29 +0000 Subject: [PATCH] backport of commit 280c2ab16643fbaa63ab86cd1774a758d32e8526 --- .changelog/15096.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/15096.txt diff --git a/.changelog/15096.txt b/.changelog/15096.txt new file mode 100644 index 00000000000..695aac420e2 --- /dev/null +++ b/.changelog/15096.txt @@ -0,0 +1,3 @@ +```release-note:bug +drivers: pass missing `propagation_mode` configuration for volume mounts to external plugins +```