Skip to content

Commit 8839e87

Browse files
committed
Update
1 parent 7701c92 commit 8839e87

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README-zh.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@
3939
### 简单模式
4040
因证书签名已按照命名空间为`joylive`预生成,所以须指定安装到对应命名空间。 执行命令:
4141
```bash
42-
helm install joylive-injector ./packages/joylive-injector-1.1.0.tgz -n joylive
42+
helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts
43+
kubectl create namespace joylive
44+
helm install joylive-injector joylive/joylive-injector -n joylive
4345
```

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ This program monitors the `CREATE`, `UPDATE`, `DELETE` events for `deployments`
3939
### Simple mode
4040
Since the certificate signature has been pre-generated according to the namespace `joylive`, it is necessary to specify installation to the corresponding namespace. Execute the command:
4141
```bash
42-
helm install joylive-injector ./packages/joylive-injector-1.1.0.tgz -n joylive
42+
helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts
43+
kubectl create namespace joylive
44+
helm install joylive-injector joylive/joylive-injector -n joylive
4345
```

0 commit comments

Comments
 (0)