Skip to content

Commit

Permalink
added - busybox test pod
Browse files Browse the repository at this point in the history
  • Loading branch information
wellsie committed Mar 12, 2016
1 parent e2bd6be commit 0ed554c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/pods/busybox.yml
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: busybox
namespace: default
spec:
containers:
- image: busybox
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always

0 comments on commit 0ed554c

Please sign in to comment.