-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from acornett21/update_olm_file
updating olm file with proper branding and crds
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,17 @@ | |
--- | ||
annotations: | ||
capabilityLevel: Basic Install | ||
shortDescription: AWS drs controller is a service controller for managing drs resources | ||
shortDescription: AWS Elastic Disaster Recovery controller is a service controller for managing Elastic Disaster Recovery resources | ||
in Kubernetes | ||
displayName: AWS Controllers for Kubernetes - Amazon drs | ||
displayName: AWS Controllers for Kubernetes - Amazon Elastic Disaster Recovery | ||
description: |- | ||
Manage Amazon drs resources in AWS from within your Kubernetes cluster. | ||
Manage Amazon Elastic Disaster Recovery resources in AWS from within your Kubernetes cluster. | ||
**About Amazon drs** | ||
**About Amazon Elastic Disaster Recovery** | ||
{ADD YOUR DESCRIPTION HERE} | ||
AWS Elastic Disaster Recovery (AWS DRS) minimizes downtime and data loss with fast, reliable recovery of on-premises and cloud-based applications using affordable storage, minimal compute, and point-in-time recovery. | ||
**About the AWS Controllers for Kubernetes** | ||
|
@@ -28,13 +28,13 @@ description: |- | |
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/) | ||
samples: | ||
- kind: ExampleCustomKind | ||
- kind: SourceServer | ||
spec: '{}' | ||
- kind: SecondExampleCustomKind | ||
- kind: RecoveryServer | ||
spec: '{}' | ||
maintainers: | ||
- name: "drs maintainer team" | ||
- name: "elastic disaster recovery maintainer team" | ||
email: "[email protected]" | ||
links: | ||
- name: Amazon drs Developer Resources | ||
url: https://aws.amazon.com/drs/developer-resources/ | ||
- name: Amazon Elastic Disaster Recovery Developer Resources | ||
url: https://aws.amazon.com/disaster-recovery/resources/ |