nicknezis commented on a change in pull request #3798:
URL: https://github.com/apache/incubator-heron/pull/3798#discussion_r834942547
##########
File path: deploy/kubernetes/helm/templates/bookie.yaml
##########
@@ -154,7 +154,7 @@ spec:
- name: ledgers-disk
mountPath: /bookkeeper/data/ledgers
-{{- if or (eq .Values.platform "aws") (eq .Values.platform "baremetal") }}
+{{- if .Values.mountLocalDisk }}
Review comment:
This name is ok, but to keep consistent with the other name change I
suggested, let's make this one `.Values.bookkeeper.useHostPath`.
```suggestion
{{- if .Values.bookkeeper.useHostPath }}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]