Skip to content

Instantly share code, notes, and snippets.

@anthonyspiteri
Created November 3, 2020 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonyspiteri/8cc017e5687ca358aa64e70a6837109c to your computer and use it in GitHub Desktop.
Save anthonyspiteri/8cc017e5687ca358aa64e70a6837109c to your computer and use it in GitHub Desktop.
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: kubeapps-psp
spec:
privileged: true
seLinux:
rule: RunAsAny
supplementalGroups:
rule: RunAsAny
runAsUser:
rule: RunAsAny
fsGroup:
rule: RunAsAny
volumes:
- '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment