Skip to content

Commit 7183c3c

Browse files
Update docs/spec/v1/receivers.md
Co-authored-by: Matheus Pimenta <[email protected]> Signed-off-by: Kevin McDermott <[email protected]>
1 parent eb6f1ce commit 7183c3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/spec/v1/receivers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,9 @@ spec:
724724
registry: gar
725725
```
726726

727-
This will trigger the reconciliation of all `ImageRepositories` with matching labels `registry: gar`, but if you want to only notify `ImageRepository` resources that are referenced from the incoming hook you can use CEL to filter the resources.
727+
This will trigger the reconciliation of all `ImageRepositories` with the label `registry: gar`.
728+
729+
But if you want to only notify `ImageRepository` resources that are referenced from the incoming hook you can use CEL to filter the resources.
728730

729731
```yaml
730732
apiVersion: notification.toolkit.fluxcd.io/v1

0 commit comments

Comments
 (0)