Skip to content

Commit f7eb9f8

Browse files
authored
updating olm config to link to openshift preinstallation steps (#59)
Issue #, if available: N/A Description of changes: Updating the `olmconfig.yaml` to have a link to the preinstallation steps for OpenShift, as well as adding in the maintainers name/email. This information is used when generating the bundle. 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 06f03bb commit f7eb9f8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

olm/olmconfig.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ description: |-
1818
1919
2020
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
21-
project. This project is currently in **developer preview**.
21+
project. This project is currently in **developer preview**.
22+
23+
24+
**Pre-Installation Steps**
25+
26+
27+
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
2228
samples:
2329
- kind: Bucket
2430
spec: '{}'
2531
maintainers:
26-
- name: "Your Team Name"
27-
email: "your-team@example.com"
32+
- name: "s3 maintainer team"
33+
email: "ack-maintainers@amazon.com"
2834
links:
2935
- name: Amazon S3 Developer Resources
3036
url: https://aws.amazon.com/s3/developer-resources/

0 commit comments

Comments
 (0)