mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix case
This commit is contained in:
parent
7131711bb4
commit
50952fbf48
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