Skip to content

Commit 8dfaf4d

Browse files
author
Dmytro Bondar
authored
[bitnami/rabbitmq] Set full hostname in rabbitmq svcbind secret (bitnami#17056)
Signed-off-by: Dmytro Bondar <git@bonddim.com>
1 parent cbcb009 commit 8dfaf4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bitnami/rabbitmq/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ maintainers:
2222
name: rabbitmq
2323
sources:
2424
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
25-
version: 12.0.0
25+
version: 12.0.1

bitnami/rabbitmq/templates/secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- $host := include "common.names.fullname" . }}
1+
{{- $host := printf "%s.%s.svc.%s" (include "common.names.fullname" .) (include "common.names.namespace" .) .Values.clusterDomain }}
22
{{- $port := print .Values.service.ports.amqp }}
33
{{- $user := print .Values.auth.username }}
44
{{- $password := include "common.secrets.passwords.manage" (dict "secret" (include "rabbitmq.secretPasswordName" .) "key" "rabbitmq-password" "length" 16 "providedValues" (list "auth.password") "context" $) | trimAll "\"" | b64dec }}

0 commit comments

Comments
 (0)