Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Oct 10, 2024
1 parent 861330e commit dbaa4c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Once Helm is set up properly, add the repository as follows:

```console
helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts
helm repo update
```

You can then run `helm search repo joylive` to see the charts.
Expand Down
1 change: 1 addition & 0 deletions charts/joylive-injector/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
因证书签名已按照命名空间为`joylive`预生成,所以须指定安装到对应命名空间。 执行命令:
```bash
helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts
helm repo update
kubectl create namespace joylive
helm install joylive-injector joylive/joylive-injector -n joylive
```
1 change: 1 addition & 0 deletions charts/joylive-injector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This program monitors the `CREATE`, `UPDATE`, `DELETE` events for `deployments`
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 repo add joylive https://jd-opensource.github.io/joylive-helm-charts
helm repo update
kubectl create namespace joylive
helm install joylive-injector joylive/joylive-injector -n joylive
```

0 comments on commit dbaa4c1

Please sign in to comment.