Skip to content

Commit e5a90b5

Browse files
committed
orchestration: add excalidraw for pipeline example
1 parent d63c418 commit e5a90b5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/assets/pipeline-example.svg

Lines changed: 2 additions & 0 deletions
Loading

src/content/docs/AirTrafficController/orchestration.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ func hasJobCompleted(pipeline *Pipeline, job *batchv1.Job) (ok bool, err error)
239239
}
240240
```
241241

242+
The above program returns an updated state of the desired instance like so:
243+
244+
![pipeline-example-flow](../../../assets/pipeline-example.svg)
245+
242246
### Coordinating with external secrets
243247

244248
Sometimes we may want our application to wait on other resources to be created before moving on to other deployment phases.

0 commit comments

Comments
 (0)