Skip to content

Commit c8d74f1

Browse files
authored
Merge pull request #143 from cloud-gov/fix-es-platform-bpm
update path for tmp folder
2 parents c9f1210 + 55f6aaa commit c8d74f1

File tree

1 file changed

+1
-1
lines changed
  • jobs/elasticsearch-platform/templates/config

1 file changed

+1
-1
lines changed

jobs/elasticsearch-platform/templates/config/bpm.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ processes:
66
persistent_disk: true
77
ephemeral_disk: true
88
additional_volumes:
9-
- path: /var/vcap/sys/tmp/elasticsearch
9+
- path: /var/vcap/sys/tmp/elasticsearch-platform
1010
writable: true
1111
allow_executions: true
1212
- path: /var/vcap/jobs/elasticsearch-platform/config

0 commit comments

Comments
 (0)