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
I followed this tutorial and tried to create a build resource using the build definition given in the example. I am getting the following error The Build "go-tutorial" is invalid: spec.source.type: Required value
### Possible solution
Adding spec.source.tpe=Git solved the issue
Expected Behavior
As per the tutorial, Build resource should get created successfully.
Steps To Reproduce
Step 1: Follow this tutorial and try to create a build resource using the build definition given in the example.
Step 2: Build creation fails with the error message The Build "go-tutorial" is invalid: spec.source.type: Required value
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Kubernetes Version
1.31.3
Shipwright Version
0.14.0
Current Behavior
I followed this tutorial and tried to create a build resource using the build definition given in the example. I am getting the following error
The Build "go-tutorial" is invalid: spec.source.type: Required value
### Possible solution
Adding
spec.source.tpe=Git
solved the issueExpected Behavior
As per the tutorial, Build resource should get created successfully.
Steps To Reproduce
Step 1: Follow this tutorial and try to create a build resource using the build definition given in the example.
Step 2: Build creation fails with the error message
The Build "go-tutorial" is invalid: spec.source.type: Required value
Anything else?
No response
The text was updated successfully, but these errors were encountered: