appuio / component-openshift4-ingress

Commodore component to manage Ingress Controllers on OpenShift 4
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Update component to use `patch-operator.libsonnet` directly #56

Closed simu closed 1 year ago

simu commented 1 year ago

Context

The component currently uses resource-locker.libjsonnet in https://github.com/appuio/component-openshift4-ingress/blob/a18619718550acd923ad0951765cd039cd64b691/component/main.jsonnet#L22-L28

We should verify whether this patch is still required, and update it to use patch-operator.libsonnet directly if it is still needed.