mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/rabbitmq] Add 'extraConfiguration' to values.schema (#20426)
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: rabbitmq
|
||||
version: 6.17.3
|
||||
version: 6.17.4
|
||||
appVersion: 3.8.2
|
||||
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
|
||||
keywords:
|
||||
|
||||
@@ -15,6 +15,13 @@
|
||||
"title": "RabbitMQ password",
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set"
|
||||
},
|
||||
"extraConfiguration": {
|
||||
"type": "string",
|
||||
"title": "Extra RabbitMQ Configuration",
|
||||
"form": true,
|
||||
"render": "textArea",
|
||||
"description": "Extra configuration to be appended to RabbitMQ Configuration"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user