Skip to content

Commit 6296734

Browse files
authored
updating olm config to link to openshift preinstallation steps (#136)
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 <adc@redhat.com>
1 parent a987fcb commit 6296734

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
@@ -25,7 +25,13 @@ description: |-
2525
2626
This controller is a component of the [AWS Controller for
2727
Kubernetes](https://github.com/aws/aws-controllers-k8s)project. This project
28-
is currently in **developer preview**.
28+
is currently in **developer preview**.
29+
30+
31+
**Pre-Installation Steps**
32+
33+
34+
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
2935
samples:
3036
- kind: DataQualityJobDefinition
3137
spec: '{}'
@@ -52,8 +58,8 @@ samples:
5258
- kind: TransformJob
5359
spec: '{}'
5460
maintainers:
55-
- name: "Your Team Name"
56-
email: "your-team@example.com"
61+
- name: "sagemaker maintainer team"
62+
email: "ack-maintainers@amazon.com"
5763
links:
5864
- name: Amazon SageMaker Developer Resources
5965
url: https://aws.amazon.com/sagemaker/developer-resources/

0 commit comments

Comments
 (0)