cilium / cilium-olm

Other
10 stars 13 forks source link

ensure OLM resources are configured correctly #42

Closed errordeveloper closed 3 years ago

errordeveloper commented 3 years ago

Here is what is currently installed into a new cluster: https://github.com/cilium/cilium-olm/blob/8c216cc80120bdf148b907946df4dc44cc2c5382/config/operator/olm.cue#L14-L38

This doesn't really break installation, albeit it's not quite correct and cannot be used for direct catalog installations.

The constants.name is set to cilium-olm, which is the name of the operator workload in the cluster but in the catalogue it's cilium.

errordeveloper commented 3 years ago

fixed in 41269e6