You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`definitions.enabled`| Enable loading of RabbitMQ definitions on startup. When `true`, definitions will be loaded at container boot. |`false`|
109
111
|`definitions.existingConfigMap`| Name of an existing ConfigMap containing RabbitMQ definitions (e.g., created via `kubectl create configmap rmq-defs --from-file=defs.json`). |`""`|
110
112
|`definitions.existingConfigMapKey`| Key in the existing ConfigMap containing the RabbitMQ definitions JSON file. |`defs.json`|
113
+
|`defintions.existingSecret`| Name of an existing Secret containing RabbitMQ definitions. |`""`|
114
+
|`definitions.existingSecretKey`| Key in the existing Secret containing the RabbitMQ definitions JSON file. |`defs.json`|
111
115
|`definitions.users`| Array of RabbitMQ users to create. |`[]`|
112
116
|`definitions.vhosts`| Array of RabbitMQ virtual hosts to create. |`[]`|
113
117
|`definitions.permissions`| Array of RabbitMQ permissions to set per vhost. |`[]`|
@@ -121,15 +125,16 @@ The following table lists the configurable parameters of the RabbitMQ chart and
0 commit comments