You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "rayshen3 (via GitHub)" <gi...@apache.org> on 2023/01/29 06:28:11 UTC

[GitHub] [rocketmq] rayshen3 commented on issue #5945: how to config namespace with "make deploy" in rocketmq-operator

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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org