Unverified Commit 96851149 authored by SAMUEL NELA's avatar SAMUEL NELA Committed by GitHub
Browse files

Fixed typo (#203)

Showing with 1 addition and 1 deletion
+1 -1
......@@ -7,7 +7,7 @@ Manage [RabbitMQ](https://www.rabbitmq.com/) clusters deployed to [Kubernetes](h
## Supported Versions
The operator deploys RabbitMQ `3.8.5`, and requires a Kubernetes cluster of `1.16` or `1.17`.
`RabbitmqCluster` CRD cannot be installed in a kuberentes `1.18` cluster because of a schema validation that ensures that properties defined as `list-map-keys` must either be required or have a default value ([related github issue](https://github.com/kubernetes/kubernetes/issues/91395)).
`RabbitmqCluster` CRD cannot be installed in a Kubernetes `1.18` cluster because of a schema validation that ensures that properties defined as `list-map-keys` must either be required or have a default value ([related github issue](https://github.com/kubernetes/kubernetes/issues/91395)).
## Quickstart
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment