Skip to content

Instantly share code, notes, and snippets.

@edbighead
Created May 26, 2021 14:27
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 edbighead/9fce5d4df8ce5652b73c0bb05e06105f to your computer and use it in GitHub Desktop.
Save edbighead/9fce5d4df8ce5652b73c0bb05e06105f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: busybox
namespace: argo-events
spec:
containers:
- name: busybox
image: busybox:1.28
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment