Skip to content

Commit

Permalink
Align spaces in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cccfeng authored and tekton-robot committed Jan 7, 2020
1 parent 2ea5540 commit eb052df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kubectl apply -f eventlisteners/eventlistener.yaml
```bash
tekton:examples user$ kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
el-listener ClusterIP 10.100.151.220 <none> 8080/TCP 48s <--- this will receive the event
el-listener ClusterIP 10.100.151.220 <none> 8080/TCP 48s <--- this will receive the event
tekton-pipelines-controller ClusterIP 10.103.144.96 <none> 9090/TCP 8m34s
tekton-pipelines-webhook ClusterIP 10.96.198.4 <none> 443/TCP 8m34s
tekton-triggers-controller ClusterIP 10.102.221.96 <none> 9090/TCP 7m56s
Expand All @@ -28,7 +28,7 @@ tekton-triggers-webhook ClusterIP 10.99.59.231 <none> 443/
```bash
tekton:examples user$ kubectl get pods
NAME READY STATUS RESTARTS AGE
el-listener-5c744f47c5-m9kdn 1/1 Running 0 78s
el-listener-5c744f47c5-m9kdn 1/1 Running 0 78s
tekton-pipelines-controller-55c6b5b9f6-qsdnn 1/1 Running 0 9m4s
tekton-pipelines-webhook-6794d5bcc8-p4p8c 1/1 Running 0 9m4s
tekton-triggers-controller-594d4fcfdf-l4c9m 1/1 Running 0 6m57s
Expand Down

0 comments on commit eb052df

Please sign in to comment.