RongtongJin commented on code in PR #121:
URL: https://github.com/apache/rocketmq-docker/pull/121#discussion_r2122506688
##########
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:
Why is securityContext added here?
--
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]