Skip to content

Commit 886abd2

Browse files
Merge pull request #28 from weekenthralling/docs/README
docs: `command` and `args` are not required
2 parents fb06cd5 + f5e0bc7 commit 886abd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ spec:
4646
name: kernel-launch-vol
4747
```
4848
49-
The required fields are `containers[0].image` and (`containers[0].command` and/or `containers[0].args`). That is, the
50-
user should specify what and how to run.
49+
The required fields are `containers[0].image`. If you’re using a custom image, you might also need to specify `containers[0].command` and `containers[0].args`. That is, the user should specify what and how to run.
5150

5251
All other fields will be filled in with default value if not specified.
5352

0 commit comments

Comments
 (0)