[bitnami/several] Add chart info to NOTES.txt (#7889)

This commit is contained in:
Carlos Rodríguez Hernández
2021-10-22 16:04:39 +02:00
committed by GitHub
parent 9e6029b51b
commit a6751cdd33
191 changed files with 523 additions and 158 deletions

View File

@@ -1,3 +1,7 @@
CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
APP VERSION: {{ .Chart.AppVersion }}
{{- if .Values.diagnosticMode.enabled }}
The chart has been deployed in diagnostic mode. All probes have been disabled and the command has been overwritten with:
@@ -31,10 +35,10 @@ In order to replicate the container startup scripts execute this command:
{{- if and (eq .Values.architecture "replicaset") .Values.externalAccess.enabled (not .Values.externalAccess.autoDiscovery.enabled) (not (eq $replicaCount $loadBalancerIPListLength )) (eq .Values.externalAccess.service.type "LoadBalancer") }}
###############################################################################
####################################################################################
### ERROR: You enabled external access to MongoDB® nodes without specifying ###
### the array of load balancer IPs for MongoDB® nodes. ###
###############################################################################
####################################################################################
This deployment will be incomplete until you configure the array of load balancer
IPs for MongoDB® nodes. To complete your deployment follow the steps below: