Skip to content

Commit 07fe1c4

Browse files
authored
updating the olm config file with proper documentation and examples (#12)
Issue #, if available: - Fixes: aws-controllers-k8s/community#1970 Description of changes: Updating the OLM config with proper info and examples. This ensures the bundle is created with proper `metadata.annotations.alm-examples` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 5de8793 commit 07fe1c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

olm/olmconfig.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ description: |-
1313
**About Amazon Organizations**
1414
1515
16-
{ADD YOUR DESCRIPTION HERE}
16+
With AWS Organizations you can perform account management activities at scale by consolidating multiple AWS accounts into a single organization.
17+
Consolidating accounts simplifies how you use other AWS services. You can leverage the multi-account management services available in AWS Organizations
18+
with select AWS services to perform tasks on all accounts that are members of your organization.
1719
1820
1921
**About the AWS Controllers for Kubernetes**
@@ -22,13 +24,11 @@ description: |-
2224
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
2325
project. This project is currently in **developer preview**.
2426
samples:
25-
- kind: ExampleCustomKind
26-
spec: '{}'
27-
- kind: SecondExampleCustomKind
27+
- kind: OrganizationalUnit
2828
spec: '{}'
2929
maintainers:
3030
- name: "organizations maintainer team"
3131
3232
links:
3333
- name: Amazon Organizations Developer Resources
34-
url: https://aws.amazon.com/Organizations/developer-resources/
34+
url: https://aws.amazon.com/organizations/resources/

0 commit comments

Comments
 (0)