mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
Co-authored-by: Olivier Boudet <olivier.boudet@cooperl.com>
This commit is contained in:
@@ -23,4 +23,4 @@ name: rabbitmq
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-rabbitmq
|
||||
- https://www.rabbitmq.com
|
||||
version: 8.17.0
|
||||
version: 8.18.0
|
||||
|
||||
@@ -251,6 +251,7 @@ The following table lists the configurable parameters of the RabbitMQ chart and
|
||||
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
|
||||
| `kubeVersion` | Force target Kubernetes version (using Helm capabilities if not set) | `nil` |
|
||||
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` (evaluated as a template) |
|
||||
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
|
||||
|
||||
### RabbitMQ parameters
|
||||
|
||||
|
||||
4
bitnami/rabbitmq/templates/extra-list.yaml
Normal file
4
bitnami/rabbitmq/templates/extra-list.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
{{- range .Values.extraDeploy }}
|
||||
---
|
||||
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
|
||||
{{- end }}
|
||||
@@ -64,6 +64,10 @@ kubeVersion:
|
||||
##
|
||||
clusterDomain: cluster.local
|
||||
|
||||
## @param extraDeploy Array of extra objects to deploy with the release
|
||||
##
|
||||
extraDeploy: []
|
||||
|
||||
## @param hostAliases Deployment pod host aliases
|
||||
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user