Skip to content

Instantly share code, notes, and snippets.

@palma21
Created May 3, 2021 08:03
Show Gist options
  • Save palma21/6e86d33ea2fcbcdba0ebe7440c554f3d to your computer and use it in GitHub Desktop.
Save palma21/6e86d33ea2fcbcdba0ebe7440c554f3d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx-privileged
spec:
containers:
- name: nginx-privileged
image: nginx
securityContext:
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment