We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f27a6fc + addc83b commit f76ebfcCopy full SHA for f76ebfc
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