-
Notifications
You must be signed in to change notification settings - Fork 26
Operator install to include kabanero-webhook #237
Comments
@mchenggit do you need a service/route for your new container? If so, is it HTTP or HTTPS, and do you need it to have a specific path component (after the hostname)? |
It will be https. If you can route to us without path component, then we don't need it. Otherwise, please add "/webhook". The external URL will be: https://:/webhook/ |
I've created a kabanero-operator image that supports what you sent. You'll need to try it out and let me know if it's close to what you need.
Example Kabanero CR instance: apiVersion: kabanero.io/v1alpha1
kind: Kabanero
metadata:
name: kabanero
namespace: kabanero
spec:
collections:
repositories:
- activateDefaultCollections: true
name: incubator
url: >-
https://github.com/kabanero-io/collections/releases/download/v0.1.2/kabanero-index.yaml
webhook:
enable: true
version: 0.3.0 Let me know when you've had a chance to try this. The branch where I've made these changes is here: |
Is the work for this issue continue to be targeted for v0.3.0 release? |
@marikaj123 Yes this is targeted for v0.3.0. |
We are adding a new container kabanero-webhook, and it needs to be installed with kabanero operator.
The text was updated successfully, but these errors were encountered: