Olaf Bohlen
2023-02-09 f6eb66dc4a934b5f84522727518058b361b02a36
commit | author | age
8148e6 1 kind: BuildConfig
OB 2 apiVersion: build.openshift.io/v1
3 metadata:
4   name: greeting-console
5 spec:
6   nodeSelector: {}
7   strategy:
8     type: Docker
9   source:
10     type: Git
11     git:
f6eb66 12       uri: 'https://olbohlen@eenfach.de/gitblit/r/~olbohlen/my-greeting-console.git'
8148e6 13       ref: main
OB 14   output:
15     to:
16       kind: DockerImage
f6eb66 17       name: docker.eenfach.de/olbohlen/greeting-console
8148e6 18     pushSecret:
f6eb66 19       name: docker-eenfach-de