mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
Update RequireReadOnlyFS.md
fix case
This commit is contained in:
parent
1c5db668e0
commit
d86bc095e7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Require Read-only root filesystem
|
||||
# Require read-only root filesystem
|
||||
|
||||
A read-only root file system helps to enforce an immutable infrastructure strategy; the container only needs to write on mounted volumes that can persist state even if the container exits. An immutable root filesystem can also prevent malicious binaries from writing to the host system.
|
||||
|
||||
|
@ -26,4 +26,4 @@ spec:
|
|||
containers:
|
||||
- securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
````
|
||||
````
|
||||
|
|
Loading…
Add table
Reference in a new issue