Skip to content

Commit

Permalink
Update Reademe
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Aug 18, 2024
1 parent 5f612c8 commit 9b6f94c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- chart包中的`value.yaml`中配置按需修改

### 简单模式
执行命令:
因证书签名已按照命名空间为`joylive`预生成,所以须指定安装到对应命名空间。 执行命令:
```bash
helm install joylive-injector ./packages/joylive-injector-1.0.0.tgz
```
helm install joylive-injector ./packages/joylive-injector-1.1.0.tgz -n joylive
```
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This program monitors the `CREATE`, `UPDATE`, `DELETE` events for `deployments`
- Modify the configuration in the `value.yaml` section of the chart package as needed

### Simple mode
Execute command
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.0.0.tgz
```
helm install joylive-injector ./packages/joylive-injector-1.1.0.tgz -n joylive
```

0 comments on commit 9b6f94c

Please sign in to comment.