Skip to content

Instantly share code, notes, and snippets.

@agrajm
Created April 19, 2021 13:01
Show Gist options
  • Save agrajm/843219c8951bca7951796208dd9c10df to your computer and use it in GitHub Desktop.
Save agrajm/843219c8951bca7951796208dd9c10df to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx-privileged
spec:
containers:
- name: nginx-privileged
image: mcr.microsoft.com/oss/nginx/nginx:1.15.5-alpine
securityContext:
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment