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

View File

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