From 0f2212b017d00a621f98855425bc324cc27bb3b6 Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Thu, 1 Feb 2018 16:39:42 -0800 Subject: [PATCH] adds debug alpine --- debug.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debug.yaml diff --git a/debug.yaml b/debug.yaml new file mode 100644 index 0000000..399470a --- /dev/null +++ b/debug.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Pod +metadata: + name: alpine +spec: + containers: + - name: alpine + image: smcquay/alpine:v0.0.1 + command: + - /bin/sh + - "-c" + - "sleep 60m"