You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2019/10/09 09:05:27 UTC

[rocketmq-operator] branch master updated: fix(sh): modify the yaml file name

This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new ef4d6bb  fix(sh): modify the yaml file name
ef4d6bb is described below

commit ef4d6bbe54812b12685928d46085877eab11a06f
Author: vongosling <vo...@apache.org>
AuthorDate: Wed Oct 9 17:05:15 2019 +0800

    fix(sh): modify the yaml file name
---
 install-operator.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install-operator.sh b/install-operator.sh
index 15ef3b1..cee05a6 100755
--- a/install-operator.sh
+++ b/install-operator.sh
@@ -17,7 +17,7 @@
 
 kubectl create -f deploy/crds/rocketmq_v1alpha1_broker_crd.yaml
 kubectl create -f deploy/crds/rocketmq_v1alpha1_nameservice_crd.yaml
-kubectl create -f deploy/crds/rocketmq_v1alpha1_topictransfer_cr.yaml
+kubectl create -f deploy/crds/rocketmq_v1alpha1_topictransfer_crd.yaml
 kubectl create -f deploy/service_account.yaml
 kubectl create -f deploy/role.yaml
 kubectl create -f deploy/role_binding.yaml