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