RongtongJin commented on code in PR #121: URL: https://github.com/apache/rocketmq-docker/pull/121#discussion_r2122900061
########## rocketmq-k8s-helm/templates/broker/statefulset.yaml: ########## @@ -78,13 +78,15 @@ spec: - mountPath: /home/rocketmq/logs name: broker-storage subPath: home/rocketmq/rocketmq-broker - - mountPath: /root/store + - mountPath: /home/rocketmq/store name: broker-storage subPath: store/rocketmq-broker {{- with .Values.broker.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} {{- end }} + securityContext: + fsGroup: 3000 Review Comment: > https://github.com/apache/rocketmq-docker/blob/master/rocketmq-k8s-helm/templates/controller/statefulset.yaml You can refer to the ymal file of the controller. @RongtongJin Got it. We will assess the impact, including ensuring CI/CD functionality and addressing any compatibility issues, before deciding on proceeding with the merge and determining the process for execution. -- 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: dev-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org