Skip to content

Commit

Permalink
docs: update README for 3.9 branch
Browse files Browse the repository at this point in the history
Specify track for installation.

Use charm naming rather than operator.
  • Loading branch information
javacruft committed Sep 12, 2023
1 parent 93d286c commit 5e98379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Description

Charmed [RabbitMQ][rabbitmq-upstream] operator for Kubernetes.
[RabbitMQ][rabbitmq-upstream] 3.9 charm for Kubernetes.

RabbitMQ is an open source multi-protocol messaging broker. The charmed
RabbitMQ operator deploys RabbitMQ as a workload on Kubernetes. It grants
Expand All @@ -18,7 +18,7 @@ begin using the message broker immediately.
#### Simple deployment

```
juju deploy --trust rabbitmq-k8s
juju deploy --channel 3.9 --trust rabbitmq-k8s
juju deploy --trust traefik-k8s
juju add-relation rabbitmq-k8s traefik-k8s
```
Expand Down

0 comments on commit 5e98379

Please sign in to comment.