Try to fix gocd
This commit is contained in:
parent
e69fa37142
commit
5ef34e0cc3
@ -5,7 +5,7 @@ services:
|
|||||||
tty: true
|
tty: true
|
||||||
image: webcenter/alpine-gocd-server:17.3.0-1
|
image: webcenter/alpine-gocd-server:17.3.0-1
|
||||||
volumes:
|
volumes:
|
||||||
{{- if hasPrefix string(.Values.VOLUME_DRIVER_SERVER) "/" }}
|
{{- if hasPrefix (string .Values.VOLUME_DRIVER_SERVER) "/" }}
|
||||||
- ${VOLUME_DRIVER_SERVER}:/data
|
- ${VOLUME_DRIVER_SERVER}:/data
|
||||||
{{- else}}
|
{{- else}}
|
||||||
- gocd-server-data:/data
|
- gocd-server-data:/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user