1
0
Fork 0

rename pod and don't namespace the label

This commit is contained in:
Fleur Kelpin 2018-06-29 15:21:00 +02:00
parent 28ef3d0252
commit 687a1817f9
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ data:
<name>{{ $podName }}</name>
<instanceCap>2147483647</instanceCap>
<idleMinutes>0</idleMinutes>
<label>{{ $.Release.Name }}-{{ .Label }}</label>
<label>{{ .Label }}</label>
<nodeSelector>
{{- $local := dict "first" true }}
{{- range $key, $value := .NodeSelector }}

View File

@ -83,8 +83,8 @@ jenkins:
rbac:
install: true
Pods:
default:
Label: "default"
molgenis:
Label: molgenis
NodeUsageMode: NORMAL
volumes:
- type: HostPath