We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27a6fc commit addc83bCopy full SHA for addc83b
1 file changed
container/container_unix.go
@@ -263,6 +263,7 @@ func (container *Container) SecretMount() *Mount {
263
Source: container.SecretMountPath(),
264
Destination: containerSecretMountPath,
265
Writable: false,
266
+ Propagation: "rprivate",
267
}
268
269
0 commit comments