From 5e0987e2ff1d6a17e0b68631df9b4697fea4f10c Mon Sep 17 00:00:00 2001 From: Crossplane Date: Mon, 12 Dec 2022 22:20:45 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.9` --- content/v1.9/reference/composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v1.9/reference/composition.md b/content/v1.9/reference/composition.md index 05bd2009..21f35083 100644 --- a/content/v1.9/reference/composition.md +++ b/content/v1.9/reference/composition.md @@ -687,7 +687,7 @@ field within that resource matches a specified integer. ```yaml # The composed resource will be considered ready when the 'state' status field # matches the integer 4. -- type: MatchString +- type: MatchInteger fieldPath: status.atProvider.state matchInteger: 4 ```