Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions installers/olm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,4 @@ tests. Consult the [technical requirements][hub-contrib] when making changes.
[OLM]: https://github.com/operator-framework/operator-lifecycle-manager
[scorecard]: https://sdk.operatorframework.io/docs/scorecard/

## Testing

### Setup

```
make docker-package docker-verify
```

```
pip3 install yq
```

### Testing

```
make install-olm # install OLM framework
make package # build OLM package
make verify # verify OLM package
```
**_NOTE:_** Removed make commands from this file because they no longer function as stated, but left the above info which contains historical and relevant information.
1 change: 1 addition & 0 deletions installers/olm/postgresoperator.csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: ClusterServiceVersion
metadata:
name: 'postgresoperator.v${PGO_VERSION}'
annotations:
operatorhub.io/ui-metadata-max-k8s-version: "1.21"
certified: 'false'
support: crunchydata.com

Expand Down