Skip to content

Commit e497ea5

Browse files
authored
updating olm config to include proper description and resource samples (#2)
Issue #, if available: Description of changes: N/A By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Updating the OLM config file to have a proper product description and necessary CR Samples. See picture below. Let me know if anything needs to change. **Note:** Generation was done on top of the following [POC](https://github.com/embano1/eventbridge-controller/tree/aminemicha) ![image](https://user-images.githubusercontent.com/88156657/208758646-0adef11c-ec20-478d-9cb1-1f03258579be.png) Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 6c9c621 commit e497ea5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

olm/olmconfig.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ description: |-
1313
**About Amazon EventBridge**
1414
1515
16-
{ADD YOUR DESCRIPTION HERE}
16+
EventBridge is a serverless service that uses events to connect application components together, making it easier for
17+
you to build scalable event-driven applications. Use it to route events from sources such as home-grown applications,
18+
AWS services, and third- party software to consumer applications across your organization. EventBridge provides a simple
19+
and consistent way to ingest, filter, transform, and deliver events so you can build new applications quickly.
1720
1821
1922
**About the AWS Controllers for Kubernetes**
@@ -22,13 +25,13 @@ description: |-
2225
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
2326
project. This project is currently in **developer preview**.
2427
samples:
25-
- kind: ExampleCustomKind
28+
- kind: EventBus
2629
spec: '{}'
27-
- kind: SecondExampleCustomKind
30+
- kind: Rule
2831
spec: '{}'
2932
maintainers:
3033
- name: "eventbridge maintainer team"
3134
email: "ack-maintainers@amazon.com"
3235
links:
3336
- name: Amazon EventBridge Developer Resources
34-
url: "{YOUR SERVICE DEVELOPER RESOURCES URL}"
37+
url: https://aws.amazon.com/eventbridge/resources/

0 commit comments

Comments
 (0)