Skip to content

Commit

Permalink
fix markdown list
Browse files Browse the repository at this point in the history
  • Loading branch information
donhui authored and tekton-robot committed Apr 6, 2020
1 parent 513e168 commit 94eb289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Following steps demostrate the use of a ConfigMap to mount a custom `settings.xm
oc create configmap `maven-settings-cm` --from-flie settings.xml
```

1. modify Maven Task (mount config map to `maven-settings` step in Task definition. also add `maven-settings-cm` to volumes).
2. modify Maven Task (mount config map to `maven-settings` step in Task definition. also add `maven-settings-cm` to volumes).
```
apiVersion: tekton.dev/v1beta1
kind: Task
Expand Down Expand Up @@ -140,4 +140,4 @@ spec:
configMap:
name: maven-settings-cm
```
1. create TaskRun
3. create TaskRun

0 comments on commit 94eb289

Please sign in to comment.