xucq07 commented on code in PR #121:
URL: https://github.com/apache/rocketmq-docker/pull/121#discussion_r2122909747
##########
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:
Is this a joke? The deployment files were so wrong, and they were wrong for
so many years. Did you have any evaluation process before this?
--
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]