File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ data:
2929 flushDiskType=ASYNC_FLUSH
3030 # set brokerRole to ASYNC_MASTER or SYNC_MASTER. DO NOT set to SLAVE because the replica instance will automatically be set!!!
3131 brokerRole=ASYNC_MASTER
32- plain_acl.yml : |
33- globalWhiteRemoteAddresses:
34- accounts:
35- - accessKey: RocketMQ
36- secretKey: 12345678
37- whiteRemoteAddress:
38- admin: false
39- defaultTopicPerm: DENY
40- defaultGroupPerm: SUB
41- topicPerms:
42- - TopicTest=PUB
43- groupPerms:
44- # the group should convert to retry topic
45- - oms_consumer_group=DENY
32+ # plain_acl.yml: |
33+ # globalWhiteRemoteAddresses:
34+ # accounts:
35+ # - accessKey: RocketMQ
36+ # secretKey: 12345678
37+ # whiteRemoteAddress:
38+ # admin: false
39+ # defaultTopicPerm: DENY
40+ # defaultGroupPerm: SUB
41+ # topicPerms:
42+ # - TopicTest=PUB
43+ # groupPerms:
44+ # # the group should convert to retry topic
45+ # - oms_consumer_group=DENY
4646---
4747apiVersion : rocketmq.apache.org/v1alpha1
4848kind : Broker
@@ -92,12 +92,12 @@ spec:
9292 items :
9393 - key : broker-common.conf
9494 path : broker-common.conf
95- - key : plain_acl.yml
96- path : plain_acl.yml
97- volumeMounts :
98- - name : broker-config
99- subPath : plain_acl.yml
100- mountPath : /root/rocketmq/broker/conf/plain_acl.yml
95+ # - key: plain_acl.yml
96+ # path: plain_acl.yml
97+ # volumeMounts:
98+ # - name: broker-config
99+ # subPath: plain_acl.yml
100+ # mountPath: /root/rocketmq/broker/conf/plain_acl.yml
101101 # volumeClaimTemplates defines the storageClass
102102 volumeClaimTemplates :
103103 - metadata :
You can’t perform that action at this time.
0 commit comments