1
0
Fork 0
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:
Jim Bugwadia 2019-11-12 16:19:16 -08:00 committed by GitHub
parent 1c5db668e0
commit d86bc095e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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: containers:
- securityContext: - securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
```` ````