Skip to content

Instantly share code, notes, and snippets.

@jonauman
Last active February 18, 2020 10:40
Show Gist options
  • Save jonauman/b736ab3bd5125af8deea3d3dcda6753d to your computer and use it in GitHub Desktop.
Save jonauman/b736ab3bd5125af8deea3d3dcda6753d to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: Pod
metadata:
name: test-kitchen
namespace: default
labels:
name: test-kitchen
spec:
containers:
- name: test-kitchen
image: jonauman/arm_test_kitchen:latest
command:
- tail
- -f
- /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment