RockteMQ-AI commented on issue #184:
URL: 
https://github.com/apache/rocketmq-operator/issues/184#issuecomment-5192849016

   **Issue Evaluation**
   
   Category: `question`
   
   To customize `plain_acl.yml` content:
   1. Create a ConfigMap with your desired ACL configuration
   2. Mount it into the broker pod, overriding the default path
   
   ```yaml
   volumeMounts:
     - name: acl-config
       mountPath: /home/rocketmq/rocketmq-*/conf/plain_acl.yml
       subPath: plain_acl.yml
   volumes:
     - name: acl-config
       configMap:
         name: my-acl-config
   ```
   
   If the operator CRD does not support custom volume mounts, you may need to 
modify the StatefulSet template directly or submit a PR to extend the CRD.
   
   ---
   *Automated evaluation by RockteMQ-AI*


-- 
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]

Reply via email to