Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Added version where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Feb 8, 2018
1 parent ccf255c commit 071934f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/provisioner-template.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v1
kind: Template
labels:
template: provisioner-builder
template: provisioner-${SLAVE_REPO_REF}-builder
metadata:
annotations:
description: Provisioner capable of setting up multi-arch jenkins slaves
iconClass: icon-jenkins
tags: instant-app,jenkins
name: provisioner-builder
name: provisioner-${SLAVE_REPO_REF}-builder
objects:
- apiVersion: v1
kind: ImageStream
Expand All @@ -16,18 +16,18 @@ objects:
slave-label: provisioner-${SLAVE_REPO_REF}
labels:
role: jenkins-slave
name: provisioner-${SLAVE_REPO_REF}}
name: provisioner-${SLAVE_REPO_REF}
namespace: redhat-multiarch-qe
spec: {}
- apiVersion: v1
kind: BuildConfig
metadata:
name: provisioner
name: provisioner-${SLAVE_REPO_REF}
spec:
output:
to:
kind: ImageStreamTag
name: provisioner:latest
name: provisioner-${SLAVE_REPO_REF}:latest
resources: {}
source:
contextDir: ${SLAVE_REPO_CONTEXTDIR}
Expand Down

0 comments on commit 071934f

Please sign in to comment.