mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 07:57:13 +08:00
Signed-off-by: Bruno Jost <bruno.jost@bedag.ch>
This commit is contained in:
@@ -39,4 +39,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-skipper
|
||||
- https://dataflow.spring.io/
|
||||
version: 2.9.0
|
||||
version: 2.9.1
|
||||
|
||||
@@ -80,10 +80,12 @@ To access Spring Cloud Data Flow dashboard from outside the cluster execute the
|
||||
{{- $passwordErrors = append $passwordErrors $passwordMysqlErrors -}}
|
||||
|
||||
{{/* Rabbitmq required password */}}
|
||||
{{- if or (.Values.rabbitmq.enabled) (and (.Values.externalRabbitmq.enabled) (not .Values.externalRabbitmq.existingPasswordSecret)) -}}
|
||||
{{- $requiredRabbitmqPassword := dict "valueKey" "rabbitmq.auth.password" "secret" $secretNameRabbitmq "field" "rabbitmq-password" -}}
|
||||
{{- $requiredErlangPassword := dict "valueKey" "rabbitmq.auth.erlangCookie" "secret" $secretNameRabbitmq "field" "rabbitmq-erlang-cookie" -}}
|
||||
{{- $requiredRabbitmqPasswordErrors := include "common.validations.values.multiple.empty" (dict "required" (list $requiredRabbitmqPassword $requiredErlangPassword) "context" $) -}}
|
||||
{{- $passwordErrors = append $passwordErrors $requiredRabbitmqPasswordErrors -}}
|
||||
{{- end }}
|
||||
|
||||
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordErrors "context" $) -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user