Skip to content

Commit

Permalink
Update content/docs/2.15/operate/events.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Kerkhove <[email protected]>
Signed-off-by: SpiritZhou <[email protected]>
  • Loading branch information
SpiritZhou and tomkerkhove authored Jul 8, 2024
1 parent a4f13c0 commit 19d1925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.15/operate/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ In general, an event emitted by KEDA would fundamentally come down to the follow

### Scopes: Namespace vs. Cluster

Each `CloudEventSource` is defined in one namespace. For cases where you want to share a single sink among many namespaces, you can instead create a `ClusterCloudEventSource`. As a global object, this can be used from any namespace.
Each `CloudEventSource` is defined in one namespace and will only subscribe to events inside that namespace. If you want to subscribe to events in all namespaces, you can instead create a `ClusterCloudEventSource` resource.

Defining a `ClusterCloudEventSource` works almost identically to a `CloudEventSource`, except there is no `metadata.namespace` value:

Expand Down

0 comments on commit 19d1925

Please sign in to comment.