Skip to content

Commit 81cd3b2

Browse files
authored
updating olm config to have proper information (#6)
Issue #, if available: - Relates: aws-controllers-k8s/community#1923 Description of changes: Updating the olm config to have proper product information/links, as well as adding `LogGroup` CR to the samples By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c1fc2e9 commit 81cd3b2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

olm/olmconfig.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313
**About Amazon CloudWatch Logs**
1414
1515
16-
{ADD YOUR DESCRIPTION HERE}
16+
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon Elastic Compute Cloud (Amazon EC2) instances, AWS CloudTrail, Route 53, and other sources.
1717
1818
1919
**About the AWS Controllers for Kubernetes**
@@ -28,13 +28,11 @@ description: |-
2828
2929
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
3030
samples:
31-
- kind: ExampleCustomKind
32-
spec: '{}'
33-
- kind: SecondExampleCustomKind
31+
- kind: LogGroup
3432
spec: '{}'
3533
maintainers:
3634
- name: "cloudwatch maintainer team"
3735
3836
links:
3937
- name: Amazon CloudWatch Logs Developer Resources
40-
url: https://aws.amazon.com/CloudWatch Logs/developer-resources/
38+
url: https://aws.amazon.com/cloudwatch/developer-resources/

0 commit comments

Comments
 (0)