We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcb009 commit 8dfaf4dCopy full SHA for 8dfaf4d
2 files changed
bitnami/rabbitmq/Chart.yaml
@@ -22,4 +22,4 @@ maintainers:
22
name: rabbitmq
23
sources:
24
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
25
-version: 12.0.0
+version: 12.0.1
bitnami/rabbitmq/templates/secrets.yaml
@@ -1,4 +1,4 @@
1
-{{- $host := include "common.names.fullname" . }}
+{{- $host := printf "%s.%s.svc.%s" (include "common.names.fullname" .) (include "common.names.namespace" .) .Values.clusterDomain }}
2
{{- $port := print .Values.service.ports.amqp }}
3
{{- $user := print .Values.auth.username }}
4
{{- $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