Is there an existing issue for this?
Kubernetes Version
1.29
Shipwright Version
v0.13.0
Current Behavior
If we create a build requiring git credential before creating the secret and we create the secret after build creation, the build cannot start.
Expected Behavior
We should be able to run a build after the referenced secret.git.cloneSecret has been created.
Steps To Reproduce
- Create a
Build object that references a git clone secret that does not exist yet.
- Create the referenced source clone secret.
- Attempt to execute a
BuildRun from this Build.
Build cannot run because the parent Build has the "unregistered" status.
Anything else?
Reported in Red Hat JIRA - https://issues.redhat.com/browse/BUILD-1160
Is there an existing issue for this?
Kubernetes Version
1.29
Shipwright Version
v0.13.0
Current Behavior
If we create a build requiring git credential before creating the secret and we create the secret after build creation, the build cannot start.
Expected Behavior
We should be able to run a build after the referenced secret.git.cloneSecret has been created.
Steps To Reproduce
Buildobject that references a git clone secret that does not exist yet.BuildRunfrom thisBuild.Build cannot run because the parent
Buildhas the "unregistered" status.Anything else?
Reported in Red Hat JIRA - https://issues.redhat.com/browse/BUILD-1160