Which component(s) is affected?
Kubero UI, Operator
Describe the bug
The build step fails at fetching the repository. I presume it's because it's defaulting to https clone instead of ssh clone which I would expect since the deploy key is copied over o the repository
Steps to reproduce
- Create a pipeline
- Enable pipeline to build from source
- Choose Github and input private repository
- Save pipeline
- Add an app
- Use advanced app configuration
- Strategy: Source code
- Dockerfile
- Input same repository as in the pipeline
- Choose branch
- Save app
- Go under build -> all builds broken
- Inspect Build log: Under clone repository step - 17:15:08 [1615-fwr9f/fetch] fatal: could not read Username for 'https://github.com': No such device or address
Expected behavior
I would expect the repository to be fetched, and docker build to be ran on the Dockerfile
Screenshots
Additional information
No response
Debug information
No response
Which component(s) is affected?
Kubero UI, Operator
Describe the bug
The build step fails at fetching the repository. I presume it's because it's defaulting to https clone instead of ssh clone which I would expect since the deploy key is copied over o the repository
Steps to reproduce
Expected behavior
I would expect the repository to be fetched, and docker build to be ran on the Dockerfile
Screenshots
Additional information
No response
Debug information
No response