Skip to content

Commit c66c402

Browse files
authored
adding in missing olmconfig file (#20)
Issue #, if available: - Fixes: aws-controllers-k8s/community#1106 Description of changes: adding in missing olmconfig file By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Adam D. Cornett <[email protected]>
1 parent af838de commit c66c402

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

Diff for: olm/olmconfig.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
annotations:
3+
capabilityLevel: Basic Install
4+
shortDescription: AWS DynamoDB controller is a service controller for managing DynamoDB resources
5+
in Kubernetes
6+
displayName: AWS Controllers for Kubernetes - Amazon DynamoDB
7+
description: |-
8+
Manage Amazon DynamoDB resources in AWS from within your Kubernetes cluster.
9+
10+
11+
**About Amazon DynamoDB**
12+
13+
14+
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database so that you don''t have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling. DynamoDB also offers encryption at rest, which eliminates the operational burden and complexity involved in protecting sensitive data. For more information, see [DynamoDB Encryption at Rest](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html).
15+
16+
17+
**About the AWS Controllers for Kubernetes**
18+
19+
20+
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
21+
project. This project is currently in **developer preview**.
22+
23+
24+
**Pre-Installation Steps**
25+
26+
27+
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
28+
samples:
29+
- kind: Backup
30+
spec: '{}'
31+
- kind: GlobalTable
32+
spec: '{}'
33+
- kind: Table
34+
spec: '{}'
35+
maintainers:
36+
- name: "dynamodb maintainer team"
37+
38+
links:
39+
- name: Amazon DynamoDB Developer Resources
40+
url: https://aws.amazon.com/dynamodb/resources/

0 commit comments

Comments
 (0)