Skip to content

Commit 91c1545

Browse files
committed
add sentence about instance status always being updated regardless of exit code
1 parent c6cf570 commit 91c1545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/AirTrafficController

src/content/docs/AirTrafficController/modes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The same effect would occur if we updated the Secret directly via `kubectl`, but
101101

102102
A dynamic Airway instance serves as a control-loop for desired package state. On events to our instance resources (and external ones too) the instance is re-evaluated and a new desired state computed.
103103

104-
In this scenario it is useful to report back the state of the package to the top-level instance custom resource's status.
104+
In this scenario it is useful to report back the state of the package to the top-level instance custom resource's status. The instance status will always be updated if it is written over stdout, even if the flight execution returns a non-zero status code.
105105

106106
To do so, as a special case you can optionally include the top-level instance resource in the output of the flight. When doing so you assume control of the status of your top-level instance.
107107

0 commit comments

Comments
 (0)