Skip to content

Instantly share code, notes, and snippets.

@rnemeth90
Last active February 1, 2023 16:51
Show Gist options
  • Save rnemeth90/4e88a8c7374a6d1253ab9799243f3eff to your computer and use it in GitHub Desktop.
Save rnemeth90/4e88a8c7374a6d1253ab9799243f3eff to your computer and use it in GitHub Desktop.
Privileged Pod Template
apiVersion: v1
kind: Pod
metadata:
name: security-context-demo
spec:
containers:
- name: sec-ctx-demo
image: busybox:1.28
command: [ "sh", "-c", "sleep 1h" ]
securityContext:
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment