Skip to content

Commit cdfe528

Browse files
authored
updating the olm config with proper branding and custom resource info (#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]>
1 parent 285dd91 commit cdfe528

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Diff for: olm/olmconfig.yaml

+11-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ annotations:
77
in Kubernetes
88
displayName: AWS Controllers for Kubernetes - Amazon ACM
99
description: |-
10-
Manage Amazon ACM resources in AWS from within your Kubernetes cluster.
10+
Manage AWS Certificate Manager (ACM) resources in AWS from within your Kubernetes cluster.
1111
1212
1313
**About Amazon ACM**
1414
1515
16-
{ADD YOUR DESCRIPTION HERE}
16+
AWS Certificate Manager (ACM) handles the complexity of creating, storing, and renewing public and private SSL/TLS X.509
17+
certificates and keys that protect your AWS websites and applications. You can provide certificates for your
18+
[integrated AWS services](https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html) either by issuing them
19+
directly with ACM or by [importing](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) third-party
20+
certificates into the ACM management system. ACM certificates can secure singular domain names, multiple specific
21+
domain names, wildcard domains, or combinations of these. ACM wildcard certificates can protect an unlimited number of
22+
subdomains. You can also [export](https://docs.aws.amazon.com/acm/latest/userguide/export-private.html) ACM certificates
23+
signed by AWS Private CA for use anywhere in your internal PKI.
1724
1825
1926
**About the AWS Controllers for Kubernetes**
@@ -22,13 +29,11 @@ description: |-
2229
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
2330
project. This project is currently in **developer preview**.
2431
samples:
25-
- kind: ExampleCustomKind
26-
spec: '{}'
27-
- kind: SecondExampleCustomKind
32+
- kind: Certificate
2833
spec: '{}'
2934
maintainers:
3035
- name: "acm maintainer team"
3136
3237
links:
3338
- name: Amazon ACM Developer Resources
34-
url: https://aws.amazon.com/ACM/developer-resources/
39+
url: https://aws.amazon.com/certificate-manager/resources/

0 commit comments

Comments
 (0)