Skip to content

Commit addc83b

Browse files
committed
make secret mount rprivate
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
1 parent f27a6fc commit addc83b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

container/container_unix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ func (container *Container) SecretMount() *Mount {
263263
Source: container.SecretMountPath(),
264264
Destination: containerSecretMountPath,
265265
Writable: false,
266+
Propagation: "rprivate",
266267
}
267268
}
268269

0 commit comments

Comments
 (0)