daisy-ycguo closed pull request #231: Bug fix for issue #230 (zookeeper volume 
mount)
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/231
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/helm/templates/zookeeper.yaml b/helm/templates/zookeeper.yaml
index 572b594..dc4d7f3 100644
--- a/helm/templates/zookeeper.yaml
+++ b/helm/templates/zookeeper.yaml
@@ -68,7 +68,7 @@ spec:
         - mountPath: /data
           name: zk-data
         - mountPath: /datalog
-          name: zk-data
+          name: zk-datalog
 {{- end }}
         env:
 {{- if .Values.zookeeper.persistence.enabled }}
diff --git a/kubernetes/zookeeper/zookeeper.yml 
b/kubernetes/zookeeper/zookeeper.yml
index b411b71..e91696c 100644
--- a/kubernetes/zookeeper/zookeeper.yml
+++ b/kubernetes/zookeeper/zookeeper.yml
@@ -71,7 +71,7 @@ spec:
         - mountPath: /data
           name: zk-data
         - mountPath: /datalog
-          name: zk-data
+          name: zk-datalog
         env:
         - name: "ZOO_DATA_DIR"
           value: /data


 

----------------------------------------------------------------
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

Reply via email to