Skip to content

Commit

Permalink
doc(README): correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Nov 21, 2024
1 parent 582bdb2 commit eef465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
**command**
```sh
kubectl create transient_configmap my-config --from-literal=num=1 --job-name=test-job --job-from=cronjob/a-cronjob
kubectl create transient_configmap foo-configmap --from-literal=num=1 --job-name=test-job --job-from=cronjob/foo-batch
```

## Features
Expand Down

0 comments on commit eef465f

Please sign in to comment.