Skip to content

Commit

Permalink
FIX - wrong spot for the labels 😇
Browse files Browse the repository at this point in the history
  • Loading branch information
springdo committed Apr 1, 2020
1 parent bd56b56 commit 0c5ee98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.0.1"
description: A Helm chart for deploying Jenkins on OpenShift
name: jenkins
version: 0.0.3
version: 0.0.4
home: https://github.com/rht-labs/charts
maintainers:
- name: springdo
Expand Down
10 changes: 5 additions & 5 deletions charts/jenkins/templates/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
---
kind: ImageStream
apiVersion: image.openshift.io/v1
{{- if .name | regexFind ".*slave" }}
labels:
build: {{ .name }}
role: jenkins-slave
{{- end }}
metadata:
name: {{ .name }}
{{- if .name | regexFind ".*slave" }}
labels:
build: {{ .name }}
role: jenkins-slave
{{- end }}
annotations:
description: Keeps track of changes in the application image
{{- if .external }}
Expand Down

0 comments on commit 0c5ee98

Please sign in to comment.