Skip to content

Commit 9537572

Browse files
authored
adding in pre install steps to olm config template (#20)
Issue #, if available: N/A Description of changes: I just realized that all newly created projects were missing the pre-install steps for OpenShift, so adding that to this template. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent d8b9a22 commit 9537572

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/olm/olmconfig.yaml.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ description: |-
2121

2222
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
2323
project. This project is currently in **developer preview**.
24+
25+
26+
**Pre-Installation Steps**
27+
28+
29+
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
2430
samples:
2531
- kind: ExampleCustomKind
2632
spec: '{}'

0 commit comments

Comments
 (0)