Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <[email protected]>
  • Loading branch information
MrAnno committed May 15, 2024
1 parent bb8a58c commit 6bad5b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Please refer to the [official documentation](https://helm.sh/docs/intro/install/) to get started.

```bash
helm repo add axosyslog https://axoflow.github.io/axosyslog-charts
helm repo add axosyslog https://axoflow.github.io/axosyslog
```

You can then see the charts by running:
Expand All @@ -22,15 +22,15 @@ helm search repo axosyslog
You can install charts using the following command:

```bash
helm install --generate-name axosyslog/axosyslog-collector
helm install --generate-name axosyslog/axosyslog
# OR
helm install --name my-axosyslog-collector axosyslog/axosyslog-collector
helm install my-axosyslog axosyslog/axosyslog
```

> **Tip**: List all installed releases using `helm list`.
To uninstall a chart release:

```bash
helm delete my-release
helm delete my-axosyslog
```

0 comments on commit 6bad5b0

Please sign in to comment.