Skip to content

Commit

Permalink
docs(v1.13/master): clarify req. fields for NonEmpty, MatchTrue/False
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Caparelli <lucas.caparelli@gympass.com>
  • Loading branch information
LCaparelli committed Aug 31, 2023
1 parent cd34d76 commit 0d4852b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/master/concepts/compositions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ spec:

{{<hint "tip" >}}
Checking {{<hover label="NonEmpty" line="11">}}NonEmpty{{</hover>}} doesn't
require a `match` field.
require setting any other fields.
{{< /hint >}}

#### Always consider a resource ready
Expand Down Expand Up @@ -1191,7 +1191,7 @@ spec:
```
{{<hint "tip" >}}
Checking {{<hover label="matchTrue" line="11">}}MatchTrue{{</hover>}} doesn't
require a `match` field.
require setting any other fields.
{{< /hint >}}

`MatchFalse` matches fields that express readiness with the value `false`.
Expand Down Expand Up @@ -1219,7 +1219,7 @@ spec:

{{<hint "tip" >}}
Checking {{<hover label="matchFalse" line="11">}}MatchFalse{{</hover>}} doesn't
require a `match` field.
require setting any other fields.
{{< /hint >}}

## Verify a Composition
Expand Down
2 changes: 1 addition & 1 deletion content/v1.13/concepts/compositions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ spec:

{{<hint "tip" >}}
Checking {{<hover label="NonEmpty" line="11">}}NonEmpty{{</hover>}} doesn't
require a `match` field.
require setting any other fields.
{{< /hint >}}

#### Always consider a resource ready
Expand Down

0 comments on commit 0d4852b

Please sign in to comment.