Created
May 26, 2021 14:27
-
-
Save edbighead/9fce5d4df8ce5652b73c0bb05e06105f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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