Skip to content

Commit cb701e2

Browse files
authored
updating olm config to link to openshift preinstallation steps (#71)
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 d3a3ba8 commit cb701e2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

olm/olmconfig.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ description: |-
3030
3131
This controller is a component of the
3232
[AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
33-
project. This project is currently in **developer preview**.
33+
project. This project is currently in **developer preview**.
34+
35+
36+
**Pre-Installation Steps**
37+
38+
39+
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
3440
samples:
3541
- kind: CacheParameterGroup
3642
spec: '{}'
@@ -41,8 +47,8 @@ samples:
4147
- kind: Snapshot
4248
spec: '{}'
4349
maintainers:
44-
- name: "Your Team Name"
45-
email: "your-team@example.com"
50+
- name: "elasticache maintainer team"
51+
email: "ack-maintainers@amazon.com"
4652
links:
4753
- name: Amazon ElastiCache Developer Resources
48-
url: "https://aws.amazon.com/elasticache/developer-resources/"
54+
url: https://aws.amazon.com/elasticache/developer-resources/

0 commit comments

Comments
 (0)