mirror of
https://github.com/bitnami/charts.git
synced 2026-02-25 15:57:33 +08:00
[bitnami/rabbitmq] Set full hostname in rabbitmq svcbind secret (#17056)
Signed-off-by: Dmytro Bondar <git@bonddim.com>
This commit is contained in:
@@ -22,4 +22,4 @@ maintainers:
|
||||
name: rabbitmq
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
|
||||
version: 12.0.0
|
||||
version: 12.0.1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- $host := include "common.names.fullname" . }}
|
||||
{{- $host := printf "%s.%s.svc.%s" (include "common.names.fullname" .) (include "common.names.namespace" .) .Values.clusterDomain }}
|
||||
{{- $port := print .Values.service.ports.amqp }}
|
||||
{{- $user := print .Values.auth.username }}
|
||||
{{- $password := include "common.secrets.passwords.manage" (dict "secret" (include "rabbitmq.secretPasswordName" .) "key" "rabbitmq-password" "length" 16 "providedValues" (list "auth.password") "context" $) | trimAll "\"" | b64dec }}
|
||||
|
||||
Reference in New Issue
Block a user