-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
Milestone
Description
Description
Once quarkiverse/quarkus-operator-sdk#1154 is available via Quarkus, it should be possible to remove the following code as the generated bundle will no longer add ServiceMonitors to the nativeApis definition.
keycloak/operator/scripts/create-olm-bundle.sh
Lines 72 to 73 in 6e7a836
| # Remove ServiceMonitors GVK from nativeAPIS to allow CSV installation when CRDs not present | |
| yq ea -i 'del(.spec.nativeAPIs[] | select(.kind == "ServiceMonitor"))' "$CSV_PATH" |