unified style (#5725)
This commit is contained in:
@@ -39,8 +39,8 @@ Next, expand the template into multiple files, one for each item to be processed
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Expand files into a temporary directory
|
# Expand files into a temporary directory
|
||||||
mkdir ./jobs
|
$ mkdir ./jobs
|
||||||
for i in apple banana cherry
|
$ for i in apple banana cherry
|
||||||
do
|
do
|
||||||
cat job.yaml.txt | sed "s/\$ITEM/$i/" > ./jobs/job-$i.yaml
|
cat job.yaml.txt | sed "s/\$ITEM/$i/" > ./jobs/job-$i.yaml
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user