RockteMQ-AI commented on issue #215: URL: https://github.com/apache/rocketmq-operator/issues/215#issuecomment-5655102226
**Issue Evaluation** Category: `type/question` To persist `plain_acl.yml` in Kubernetes, you can: 1. Use a ConfigMap to mount the ACL configuration file into the broker pod's `conf/` directory 2. Use a PersistentVolumeClaim if the ACL file needs to be modified at runtime 3. Set the ACL configuration via environment variables if the broker image supports it The operator's broker CR should support additional volume mounts for configuration files. Check if the current CRD version supports `configMapVolumes` or similar fields. --- *Automated evaluation by github-manager* -- 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]
