mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[rabbitmq] Update README to reflect persistence default value (#6195)
Which is false.
This commit is contained in:
committed by
k8s-ci-robot
parent
2914b60064
commit
7ec21bf518
@@ -1,5 +1,5 @@
|
||||
name: rabbitmq
|
||||
version: 1.1.6
|
||||
version: 1.1.7
|
||||
appVersion: 3.7.6
|
||||
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
|
||||
keywords:
|
||||
|
||||
@@ -61,7 +61,7 @@ The following table lists the configurable parameters of the RabbitMQ chart and
|
||||
| `rabbitmq.plugins` | configuration file for plugins to enable | `[rabbitmq_management,rabbitmq_peer_discovery_k8s].` |
|
||||
| `rabbitmq.configuration` | rabbitmq.conf content | see values.yaml |
|
||||
| `serviceType` | Kubernetes Service type | `ClusterIP` |
|
||||
| `persistence.enabled` | Use a PVC to persist data | `true` |
|
||||
| `persistence.enabled` | Use a PVC to persist data | `false` |
|
||||
| `persistence.storageClass` | Storage class of backing PVC | `nil` (uses alpha storage class annotation) |
|
||||
| `persistence.accessMode` | Use volume as ReadOnly or ReadWrite | `ReadWriteOnce` |
|
||||
| `persistence.size` | Size of data volume | `8Gi` |
|
||||
|
||||
Reference in New Issue
Block a user