Skip to content

Instantly share code, notes, and snippets.

@rsmitty
Last active January 13, 2020 20:31
Show Gist options
  • Save rsmitty/06e29f4f4d2e708fbd6dfccf4f2c458b to your computer and use it in GitHub Desktop.
Save rsmitty/06e29f4f4d2e708fbd6dfccf4f2c458b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ServiceAccount
metadata:
name: hwhat
namespace: default
---
apiVersion: v1
kind: Pod
metadata:
name: alpine
namespace: default
spec:
containers:
- image: alpine:3.2
command:
- /bin/sh
- "-c"
- "sleep 60m"
imagePullPolicy: IfNotPresent
name: alpine
restartPolicy: Always
serviceAccountName: hwhat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment