[bitnami/rabbitmq] removed empty line added between password and cookie secret (#17162)

* fix(rabbitmq): line added between password and cookie secret

Signed-off-by: Laurent Egbakou <26142591+egbakou@users.noreply.github.com>

* chore(rabbitmq): updated Chart version to 12.0.2

Signed-off-by: Laurent Egbakou <26142591+egbakou@users.noreply.github.com>

---------

Signed-off-by: Laurent Egbakou <26142591+egbakou@users.noreply.github.com>
This commit is contained in:
Laurent Egbakou
2023-06-19 09:58:00 +02:00
committed by GitHub
parent 3c000d5837
commit 4290ffe6a9
2 changed files with 3 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ maintainers:
name: rabbitmq
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
version: 12.0.1
version: 12.0.2

View File

@@ -20,10 +20,10 @@ type: Opaque
data:
{{- if (not .Values.auth.existingPasswordSecret ) }}
rabbitmq-password: {{ print $password | b64enc | quote }}
{{ end }}
{{- end }}
{{- if (not .Values.auth.existingErlangSecret ) }}
rabbitmq-erlang-cookie: {{ include "common.secrets.passwords.manage" (dict "secret" (include "common.names.fullname" .) "key" "rabbitmq-erlang-cookie" "length" 32 "providedValues" (list "auth.erlangCookie") "context" $) }}
{{ end }}
{{- end }}
{{- end }}
{{- range $key, $value := .Values.extraSecrets }}
---