Kong / kong-operator

Kong Operator for Kubernetes and OpenShift
https://konghq.com
Apache License 2.0
58 stars 27 forks source link

ci(olm): implement community-operators config validation #36

Closed mflendrich closed 4 years ago

mflendrich commented 4 years ago

closes #22

This PR implements a validation of the contents of olm/ equivalent to the automatic validation performed by https://github.com/operator-framework/community-operators/ .

community-operators implement the check as an intermediate step of building their registry Docker image; here we mimic that approach in the simplest way I was able to come up with.