mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
10 lines
186 B
YAML
10 lines
186 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: ghost-with-readonly-rootfilesystem
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: ghost
|
||
|
image: ghost
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: true
|