Skip to content

Commit e857219

Browse files
committed
fix(docs): run k8s job as init container
1 parent 526df15 commit e857219

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ spec:
117117
template:
118118
spec:
119119
containers:
120+
- args:
121+
- echo
122+
- all good
123+
image: busybox
124+
name: busybox
125+
initContainers:
120126
- args:
121127
- check
122128
- "--http-target"

0 commit comments

Comments
 (0)