readonly mount is not supported in kubernetes yaml #7550
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
At the moment a setting like
readonly: true
is ignored for a mount in a kubernetes yaml.I found out that it seems to be supported for a cli run: #6380
Steps to reproduce the issue:
Describe the results you received:
The container is still able to write in a file.
Describe the results you expected:
The container should not be able to change a file on the host.
Output of
podman version
:The text was updated successfully, but these errors were encountered: