Skip to content

Commit 6dab929

Browse files
Merge pull request #2330 from rabbitmq/remove-bitnami-chart
Remove Bitnami chart from operator installation instructions.
2 parents ea2f753 + 704f426 commit 6dab929

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

kubernetes/operator/install-operator.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,6 @@ kubectl rabbitmq install-cluster-operator
8787
# deployment.apps/rabbitmq-cluster-operator created
8888
```
8989

90-
### Installation using Helm chart {#helm-chart}
91-
92-
To install the Operator using [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator), run the following command:
93-
94-
```bash
95-
helm repo add bitnami https://charts.bitnami.com/bitnami
96-
helm install my-release bitnami/rabbitmq-cluster-operator
97-
```
98-
99-
The last command deploys the RabbitMQ Cluster Kubernetes Operator on the Kubernetes cluster in the default configuration. The [Parameters](https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator#parameters) section lists the parameters that can be configured during installation.
100-
101-
The Operator's Helm chart requires
102-
103-
* Helm chart 3.1.0
104-
* PV provisioner support in the underlying infrastructure
105-
10690
### Installation with Terraform and OpenTofu
10791

10892
Terraform and OpenTofu users need to [override the repository](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) and set it

0 commit comments

Comments
 (0)