diff --git a/keps/0009-cel-assertions.md b/keps/0009-cel-assertions.md index e2138f15..4e0345d1 100644 --- a/keps/0009-cel-assertions.md +++ b/keps/0009-cel-assertions.md @@ -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: ... - ... ```