Skip to content

Instantly share code, notes, and snippets.

@NIXKnight
Created April 11, 2023 18:10
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 NIXKnight/e231d746d8d1bb106689a95867a22c2b to your computer and use it in GitHub Desktop.
Save NIXKnight/e231d746d8d1bb106689a95867a22c2b to your computer and use it in GitHub Desktop.
Pod for Testing
apiVersion: v1
kind: Pod
metadata:
name: default-test
namespace: argoproj
spec:
containers:
- name: default-test
image: debian:bullseye
command:
- sh
- '-c'
- "sleep 99d"
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
readOnlyRootFilesystem: false
allowPrivilegeEscalation: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment