Skip to content

Commit c62b853

Browse files
authored
Merge pull request #141 from cloud-gov/fix-es-platform-bpm-config
Fix process name in ES platform bpm config
2 parents 42ef36f + 3aa9441 commit c62b853

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
@@ -1,5 +1,5 @@
11
processes:
2-
- name: elasticsearch
2+
- name: elasticsearch-platform
33
hooks:
44
pre_start: /var/vcap/jobs/elasticsearch-platform/bin/pre-start
55
executable: /var/vcap/jobs/elasticsearch-platform/bin/elasticsearch.sh

0 commit comments

Comments
 (0)