Created
February 8, 2020 14:44
-
-
Save maxgio92/3624d3fcfce57b0f76a0ccfa12546b46 to your computer and use it in GitHub Desktop.
Pod Security Policy for RO root FS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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