Created
June 3, 2022 08:57
-
-
Save chachan/01445e84975aecca7a37d4da8dbd4876 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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