Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Oct 9, 2024
1 parent 7701c92 commit 8839e87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@
### 简单模式
因证书签名已按照命名空间为`joylive`预生成,所以须指定安装到对应命名空间。 执行命令:
```bash
helm install joylive-injector ./packages/joylive-injector-1.1.0.tgz -n joylive
helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts
kubectl create namespace joylive
helm install joylive-injector joylive/joylive-injector -n joylive
```
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ This program monitors the `CREATE`, `UPDATE`, `DELETE` events for `deployments`
### Simple mode
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:
```bash
helm install joylive-injector ./packages/joylive-injector-1.1.0.tgz -n joylive
helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts
kubectl create namespace joylive
helm install joylive-injector joylive/joylive-injector -n joylive
```

0 comments on commit 8839e87

Please sign in to comment.