Fix publish port on template
This commit is contained in:
parent
31582505b1
commit
e8448ceb81
@ -5,7 +5,7 @@ services:
|
||||
tty: true
|
||||
image: webcenter/alpine-gocd-server:17.3.0-1
|
||||
volumes:
|
||||
{{- if (contains .Values.VOLUME_DRIVER_SERVER "/")}}
|
||||
{{- if (strings.Contains .Values.VOLUME_DRIVER_SERVER "/")}}
|
||||
- ${VOLUME_DRIVER_SERVER}:/data
|
||||
{{- else}}
|
||||
- gocd-server-data:/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user