Closed errordeveloper closed 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.
constants.name
cilium-olm
cilium
fixed in 41269e6
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 tocilium-olm
, which is the name of the operator workload in the cluster but in the catalogue it'scilium
.