Revert hasPrefix
This commit is contained in:
parent
93df11c1fa
commit
701e7f4d15
@ -6,7 +6,7 @@ services:
|
|||||||
image: webcenter/alpine-gocd-server:17.3.0-1
|
image: webcenter/alpine-gocd-server:17.3.0-1
|
||||||
volumes:
|
volumes:
|
||||||
{{- if call hasPrefix .Values.VOLUME_DRIVER_SERVER "/" }}
|
{{- if call hasPrefix .Values.VOLUME_DRIVER_SERVER "/" }}
|
||||||
- ${VOLUME_DRIVER_SERVER}:/data
|
- /data/gocd-test:/data
|
||||||
{{- else}}
|
{{- else}}
|
||||||
- gocd-server-data:/data
|
- gocd-server-data:/data
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user