Fix gocd entry
This commit is contained in:
parent
14dde4c0d9
commit
b8abcf06d4
@ -63,9 +63,9 @@ services:
|
|||||||
image: webcenter/alpine-gocd-agent:develop
|
image: webcenter/alpine-gocd-agent:develop
|
||||||
volumes:
|
volumes:
|
||||||
{{- if (contains .Values.VOLUME_DRIVER_AGENT "/")}}
|
{{- if (contains .Values.VOLUME_DRIVER_AGENT "/")}}
|
||||||
- gocd-agent-data:/data
|
|
||||||
{{- else}}
|
|
||||||
- ${VOLUME_DRIVER_AGENT}:/data
|
- ${VOLUME_DRIVER_AGENT}:/data
|
||||||
|
{{- else}}
|
||||||
|
- gocd-agent-data:/data
|
||||||
{{- end}}
|
{{- end}}
|
||||||
- gocd-scheduler-setting:/opt/scheduler
|
- gocd-scheduler-setting:/opt/scheduler
|
||||||
environment:
|
environment:
|
||||||
@ -108,7 +108,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
minio-scheduler-setting:
|
gocd-scheduler-setting:
|
||||||
driver: local
|
driver: local
|
||||||
per_container: true
|
per_container: true
|
||||||
{{- if not (contains .Values.VOLUME_DRIVER_AGENT "/")}}
|
{{- if not (contains .Values.VOLUME_DRIVER_AGENT "/")}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user