Skip to content

Commit

Permalink
updating the olm config with proper branding and custom resource info (
Browse files Browse the repository at this point in the history
…#5)



Issue #, if available:
N/A

Description of changes:
Updating the OLM config file with proper CR info as well as branding. Please look at the screenshot to make sure the branding is correct for this controller. Thanks!

<img width="1422" alt="image" src="https://user-images.githubusercontent.com/88156657/213781887-7db31a92-65dd-4426-bdb9-9211efbce749.png">


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]>
  • Loading branch information
acornett21 authored Jan 20, 2023
1 parent 285dd91 commit cdfe528
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions olm/olmconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ annotations:
in Kubernetes
displayName: AWS Controllers for Kubernetes - Amazon ACM
description: |-
Manage Amazon ACM resources in AWS from within your Kubernetes cluster.
Manage AWS Certificate Manager (ACM) resources in AWS from within your Kubernetes cluster.
**About Amazon ACM**
{ADD YOUR DESCRIPTION HERE}
AWS Certificate Manager (ACM) handles the complexity of creating, storing, and renewing public and private SSL/TLS X.509
certificates and keys that protect your AWS websites and applications. You can provide certificates for your
[integrated AWS services](https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html) either by issuing them
directly with ACM or by [importing](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) third-party
certificates into the ACM management system. ACM certificates can secure singular domain names, multiple specific
domain names, wildcard domains, or combinations of these. ACM wildcard certificates can protect an unlimited number of
subdomains. You can also [export](https://docs.aws.amazon.com/acm/latest/userguide/export-private.html) ACM certificates
signed by AWS Private CA for use anywhere in your internal PKI.
**About the AWS Controllers for Kubernetes**
Expand All @@ -22,13 +29,11 @@ description: |-
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
project. This project is currently in **developer preview**.
samples:
- kind: ExampleCustomKind
spec: '{}'
- kind: SecondExampleCustomKind
- kind: Certificate
spec: '{}'
maintainers:
- name: "acm maintainer team"
email: "[email protected]"
links:
- name: Amazon ACM Developer Resources
url: https://aws.amazon.com/ACM/developer-resources/
url: https://aws.amazon.com/certificate-manager/resources/

0 comments on commit cdfe528

Please sign in to comment.