mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
This reverts commit 29813ea74a.
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
645f87f544
commit
026271a475
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: rabbitmq
|
||||
version: 6.2.0
|
||||
version: 6.2.1
|
||||
appVersion: 3.7.16
|
||||
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
|
||||
keywords:
|
||||
|
||||
@@ -55,8 +55,6 @@ The following table lists the configurable parameters of the RabbitMQ chart and
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `nil` |
|
||||
| `image.debug` | Specify if debug values should be set | `false` |
|
||||
| `nameOverride` | String to partially override rabbitmq.fullname template with a string (will prepend the release name) | `nil` |
|
||||
| `fullnameOverride` | String to fully override rabbitmq.fullname template with a string | `nil` |
|
||||
| `rbacEnabled` | Specify if rbac is enabled in your cluster | `true` |
|
||||
| `podManagementPolicy` | Pod management policy | `OrderedReady` |
|
||||
| `rabbitmq.username` | RabbitMQ application username | `user` |
|
||||
|
||||
@@ -32,14 +32,6 @@ image:
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
|
||||
## String to partially override rabbitmq.fullname template (will maintain the release name)
|
||||
##
|
||||
# nameOverride:
|
||||
|
||||
## String to fully override rabbitmq.fullname template
|
||||
##
|
||||
# fullnameOverride:
|
||||
|
||||
## Use an alternate scheduler, e.g. "stork".
|
||||
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
|
||||
##
|
||||
@@ -141,9 +133,9 @@ rabbitmq:
|
||||
extraConfiguration: |-
|
||||
#disk_free_limit.absolute = 50MB
|
||||
#management.load_definitions = /app/load_definition.json
|
||||
|
||||
|
||||
## Configuration file content: advanced configuration
|
||||
## Use this as additional configuraton in classic config format (Erlang term configuration format)
|
||||
## Use this as additional configuraton in classic config format (Erlang term configuration format)
|
||||
advancedConfiguration: |-
|
||||
|
||||
## Kubernetes service type
|
||||
|
||||
@@ -32,14 +32,6 @@ image:
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
|
||||
## String to partially override rabbitmq.fullname template (will maintain the release name)
|
||||
##
|
||||
# nameOverride:
|
||||
|
||||
## String to fully override rabbitmq.fullname template
|
||||
##
|
||||
# fullnameOverride:
|
||||
|
||||
## Use an alternate scheduler, e.g. "stork".
|
||||
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user