Skip to content

Commit 18f7c3e

Browse files
authored
updating olm config to contain samples and proper description (#8)
Issue #, if available: - Relates: aws-controllers-k8s/community#2013 Description of changes: Updating the olm config as part of the onboarding process for operatorhub. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7435919 commit 18f7c3e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

olm/olmconfig.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ annotations:
55
capabilityLevel: Basic Install
66
shortDescription: AWS EFS controller is a service controller for managing EFS resources
77
in Kubernetes
8-
displayName: AWS Controllers for Kubernetes - Amazon EFS
8+
displayName: AWS Controllers for Kubernetes - Amazon Elastic File System (Amazon EFS)
99
description: |-
1010
Manage Amazon EFS resources in AWS from within your Kubernetes cluster.
1111
1212
13-
**About Amazon EFS**
13+
**About Amazon Elastic File System (Amazon EFS)**
1414
1515
16-
{ADD YOUR DESCRIPTION HERE}
16+
Amazon Elastic File System (Amazon EFS) provides serverless, fully elastic file storage so that you can share file data without provisioning or managing storage capacity and performance.
17+
Amazon EFS is built to scale on demand to petabytes without disrupting applications, growing and shrinking automatically as you add and remove files. Because Amazon EFS has a simple web services interface,
18+
you can create and configure file systems quickly and easily. The service manages all the file storage infrastructure for you, meaning that you can avoid the complexity of deploying, patching,
19+
and maintaining complex file system configurations.
1720
1821
1922
**About the AWS Controllers for Kubernetes**
@@ -28,13 +31,15 @@ description: |-
2831
2932
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
3033
samples:
31-
- kind: ExampleCustomKind
34+
- kind: AccessPoint
3235
spec: '{}'
33-
- kind: SecondExampleCustomKind
36+
- kind: FileSystem
37+
spec: '{}'
38+
- kind: MountTarget
3439
spec: '{}'
3540
maintainers:
3641
- name: "efs maintainer team"
3742
3843
links:
3944
- name: Amazon EFS Developer Resources
40-
url: https://aws.amazon.com/EFS/developer-resources/
45+
url: https://aws.amazon.com/efs/resources/

0 commit comments

Comments
 (0)