Skip to content

Commit

Permalink
Update description to include the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Hurtado authored Sep 22, 2023
1 parent d6cc860 commit 16d30eb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
```
helm repo add hivemq https://hivemq.github.io/helm-charts
```
### In case the repository already exist, upgrade to the latest version

```bash
helm repo update test-hivemq
```

## Install the HiveMQ Platform Operator
This will install a Hivemq Platform Operator for a Kubernetes cluster
```
helm upgrade --install hivemq-platform-operator test-hivemq/hivemq-platform-operator
```
## Install the HiveMQ Platform
This will install a Hivemq Platform with 2 nodes for evaluation.
```
helm upgrade --install hivemq-platform test-hivemq/hivemq-platform
```

## Install the HiveMQ operator

Expand Down

0 comments on commit 16d30eb

Please sign in to comment.