mirror of
https://github.com/bitnami/charts.git
synced 2026-03-02 16:17:47 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user