You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/14 06:33:24 UTC

[GitHub] [pulsar-helm-chart] michaeljmarshall commented on a diff in pull request #342: Fix PVC selector scope error when bookkeeper uses multiple data volumes

michaeljmarshall commented on code in PR #342:
URL: https://github.com/apache/pulsar-helm-chart/pull/342#discussion_r1048067585


##########
charts/pulsar/templates/bookkeeper-statefulset.yaml:
##########
@@ -267,7 +267,7 @@ spec:
     {{- if .storageClassName }}
       storageClassName: "{{ .storageClassName }}"
     {{- end }}
-    {{- with .Values.bookkeeper.volumes.journal.selector }}
+    {{- with $.Values.bookkeeper.volumes.journal.selector }}

Review Comment:
   Thanks for your contribution @czhfe. I am not familiar with this syntax. Do you have any documentation showing that this is the correct solution? Thanks!



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org