Skip to content

Instantly share code, notes, and snippets.

@maxgio92
Created February 8, 2020 14:44
Show Gist options
  • Save maxgio92/3624d3fcfce57b0f76a0ccfa12546b46 to your computer and use it in GitHub Desktop.
Save maxgio92/3624d3fcfce57b0f76a0ccfa12546b46 to your computer and use it in GitHub Desktop.
Pod Security Policy for RO root FS
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: my-psp-ro-rootfs
# ...
spec:
# ...
readOnlyRootFilesystem: false
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment