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
When the operator installs the Shipwright build controllers in a namespace other than shipwright-build, the conversion webhook for the build v1alpha1 APIs are misconfigured.
Expected Behavior
CRDs with conversion webhooks are configured to point to the correct namespace.
Steps To Reproduce
Install Shipwright operator (with Tekton)
Create ShipwrightBuild instance with a targetNamespace other than shipwright-build.
Attempt to create a Build/BuildRun object with the v1alpha1 API.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Kubernetes Version
1.32.z
Shipwright Version
v0.15.0 (preview)
Current Behavior
When the operator installs the Shipwright build controllers in a namespace other than
shipwright-build
, the conversion webhook for the buildv1alpha1
APIs are misconfigured.Expected Behavior
CRDs with conversion webhooks are configured to point to the correct namespace.
Steps To Reproduce
ShipwrightBuild
instance with atargetNamespace
other thanshipwright-build
.v1alpha1
API.Anything else?
No response
The text was updated successfully, but these errors were encountered: