Skip to content

Instantly share code, notes, and snippets.

@chachan
Created June 3, 2022 08:57
Show Gist options
  • Save chachan/01445e84975aecca7a37d4da8dbd4876 to your computer and use it in GitHub Desktop.
Save chachan/01445e84975aecca7a37d4da8dbd4876 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: debian
spec:
containers:
- name: debian
args: ["trap : TERM INT; sleep infinity & wait"]
command: ["/bin/bash", "-c", "--"]
image: debian:11-slim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment