Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltachaos authored Jul 21, 2024
1 parent 093601e commit dfdba2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ data:
job1.yaml: |
template:
spec:
restartPolicy: Never
containers:
- name: sleep-container
image: busybox
command: ["sleep", "10"]
restartPolicy: Never
job2.yaml: |
template:
spec:
restartPolicy: Never
containers:
- name: sleep-container
image: busybox
command: ["sleep", "20"]
restartPolicy: Never
---
apiVersion: batch/v1
kind: Job
Expand Down

0 comments on commit dfdba2c

Please sign in to comment.