You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We need to have the possibility to redefine the webhook URL. For example, GCP uses HTTPRoute instead of Ingress, and our current approach(webhook URL is taken from hardcoded reference to Ingress) doesn't work.
Describe the solution you'd like
We need to extend the GitServer specification by adding a new field called webhookUrl. This field will be used to define the webhook URL.
The codebase-operator should first check this new field; if it is not defined, then it should try to use the current approach to get the URL from the ingress.
If both methods fail to retrieve the URL, then the codebase-operator should fail with an error message stating that it cannot set the webhook URL.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
We added the possibility of redefining the webhook URL.
We need this for cases where we can't use Ingress.
For example, GCP uses HTTPRoute instead of Ingress,
and our current approach(take webhook URL from hardcoded Ingress) doesn't work.
Updated controller-gen to v0.13.0 to support `+kubebuilder:example` tag.
Change-Id: Ie4f03ddc0abaa09099cf07b0b4830acf688448b4
Is your feature request related to a problem? Please describe.
We need to have the possibility to redefine the webhook URL. For example, GCP uses HTTPRoute instead of Ingress, and our current approach(webhook URL is taken from hardcoded reference to Ingress) doesn't work.
Describe the solution you'd like
webhookUrl
. This field will be used to define the webhook URL.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: