This is an automated email from the ASF dual-hosted git repository.
liurui 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 e022f2e Update README.md (#47)
e022f2e is described below
commit e022f2e8c60815f277247068e3ee84f53b2450d9
Author: Shuyang Wu <[email protected]>
AuthorDate: Wed Sep 9 11:26:05 2020 +0800
Update README.md (#47)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cdd84dc..ae53469 100644
--- a/README.md
+++ b/README.md
@@ -311,7 +311,7 @@ Using the default yaml, we can see that there are 2 name
server Pods and 1 maste
2. By default, the name server cluster uses host network IP (because
```hostNetwork: true```). If you set ```hostNetwork: true```, and need to
exposure the name server cluster to the outside, you can use the Service:
```
-$ kubectl apply -f example/rocketmq_cluster_service.yaml
+$ kubectl apply -f example/rocketmq_v1alpha1_cluster_service.yaml
service/rocketmq-service created
```