rayshen3 commented on issue #5945: URL: https://github.com/apache/rocketmq/issues/5945#issuecomment-1407575646
too hard... ```shell sed -i 'N;8 a \ namespace: zdevops' deploy/crds/rocketmq.apache.org_brokers.yaml sed -i 'N;8 a \ namespace: zdevops' deploy/crds/rocketmq.apache.org_consoles.yaml sed -i 'N;8 a \ namespace: zdevops' deploy/crds/rocketmq.apache.org_nameservices.yaml sed -i 'N;8 a \ namespace: zdevops' deploy/crds/rocketmq.apache.org_topictransfers.yaml sed -i 'N;18 a \ namespace: zdevops' deploy/operator.yaml sed -i 'N;18 a \ namespace: zdevops' deploy/role_binding.yaml sed -i 's/namespace: default/namespace: zdevops/g' deploy/role_binding.yaml sed -i 'N;18 a \ namespace: zdevops' deploy/service_account.yaml sed -i 'N;20 a \ namespace: zdevops' deploy/role.yaml ``` -- 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]
