Skip to content

Instantly share code, notes, and snippets.

@PabloHiro
Created May 16, 2023 16:29
Show Gist options
  • Save PabloHiro/8a99f105049def9b21e0d237eece7aca to your computer and use it in GitHub Desktop.
Save PabloHiro/8a99f105049def9b21e0d237eece7aca to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: sleeping-pod
spec:
containers:
- name: test
image: bash
command: ["sh", "-c", "tail -f /dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment