nwangtw commented on a change in pull request #3168: Joshfischer/aws helm fix
URL: https://github.com/apache/incubator-heron/pull/3168#discussion_r250412902
##########
File path: deploy/kubernetes/helm/templates/bookie.yaml
##########
@@ -144,15 +144,15 @@ spec:
- name: data-disk
mountPath: /bookkeeper/data/ledgers
-{{- if eq .Values.platform "baremetal" }}
+{{- if or (eq .Values.platform "aws") (eq .Values.platform "baremetal") }}
volumes:
# Mount local disks
- name: journal-disk
hostPath:
- path: {{ $bookieJournalHostPath | quote }}
+ path: /bookkeeper/data/journal
Review comment:
cool. thanks! I will include this change in 0.20.1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services