Skip to content

Commit d4d97e8

Browse files
authored
remove dev preview from olm file in preparation for GA (#91)
Issue #, if available: N/A Description of changes: Removing dev preview to prepare for GA as well as adding in the missing kinds to the samples section, so the CSV is fully filled out. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 27bacf8 commit d4d97e8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

olm/olmconfig.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.
2222
2323
2424
**Pre-Installation Steps**
@@ -40,6 +40,14 @@ samples:
4040
spec: '{}'
4141
- kind: TransitGateway
4242
spec: '{}'
43+
- kind: Instance
44+
spec: '{}'
45+
- kind: DHCPOptions
46+
spec: '{}'
47+
- kind: NATGateway
48+
spec: '{}'
49+
- kind: ElasticIPAddress
50+
spec: '{}'
4351
maintainers:
4452
- name: "ec2 maintainer team"
4553

0 commit comments

Comments
 (0)