You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updating the olm config file with proper documentation and examples (#11)
Updating the OLM config with proper info and examples. This ensures the bundle is created with proper `metadata.annotations.alm-examples`
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Copy file name to clipboardExpand all lines: olm/olmconfig.yaml
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,20 @@
3
3
---
4
4
annotations:
5
5
capabilityLevel: Basic Install
6
-
shortDescription: AWS Pipes controller is a service controller for managing Pipes resources
6
+
shortDescription: AWS EventBridge Pipes controller is a service controller for managing Pipes resources
7
7
in Kubernetes
8
-
displayName: AWS Controllers for Kubernetes - Amazon Pipes
8
+
displayName: AWS Controllers for Kubernetes - Amazon EventBridge Pipes
9
9
description: |-
10
-
Manage Amazon Pipes resources in AWS from within your Kubernetes cluster.
10
+
Manage Amazon EventBridge Pipes resources in AWS from within your Kubernetes cluster.
11
11
12
12
13
-
**About Amazon Pipes**
13
+
**About Amazon EventBridge Pipes**
14
14
15
15
16
-
{ADD YOUR DESCRIPTION HERE}
16
+
Amazon EventBridge Pipes connects sources to targets. Pipes are intended for point-to-point integrations between supported [sources](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-source.html)
17
+
and [targets](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-target.html), with support for advanced transformations and [enrichment](https://docs.aws.amazon.com/eventbridge/latest/userguide/pipes-enrichment.html).
18
+
It reduces the need for specialized knowledge and integration code when developing event-driven architectures, fostering consistency across your company’s applications. To set up a pipe, you choose the source,
19
+
add optional filtering, define optional enrichment, and choose the target for the event data.
17
20
18
21
19
22
**About the AWS Controllers for Kubernetes**
@@ -28,13 +31,11 @@ description: |-
28
31
29
32
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
0 commit comments