Skip to content

Commit

Permalink
Update keps/0009-cel-assertions.md
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Mallikarjuna <[email protected]>

Co-authored-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
kumar-mallikarjuna and eddycharly authored Sep 24, 2024
1 parent e28436b commit 13c543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keps/0009-cel-assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ celAssert:

# Success only if all expressions evaluate to true
all:
- expression: "resource.status.readyReplicas > 0"
- expression: "resource2.status.readyReplicas > 0"
- expression: ...
- ...
```
Expand Down

0 comments on commit 13c543f

Please sign in to comment.