Usage mode should be exclusive for the custom pod.
This commit is contained in:
parent
7dbb679282
commit
a82e4e1ac6
|
@ -42,7 +42,7 @@ data:
|
|||
{{- $key }}={{ $value }}
|
||||
{{- $_ := set $local "first" false }}
|
||||
{{- end }}</nodeSelector>
|
||||
<nodeUsageMode>NORMAL</nodeUsageMode>
|
||||
<nodeUsageMode>EXCLUSIVE</nodeUsageMode>
|
||||
<volumes>
|
||||
{{- range $index, $volume := .Values.Agent.volumes }}
|
||||
<org.csanchez.jenkins.plugins.kubernetes.volumes.{{ $volume.type }}Volume>
|
||||
|
|
Loading…
Reference in New Issue