|
@@ -184,7 +184,7 @@ minio: total drives
|
|
|
Validate values of MinIO® - TLS secret must provided if TLS is enabled
|
|
|
*/}}
|
|
|
{{- define "minio.validateValues.tls" -}}
|
|
|
-{{- if and .Values.tls.enabled (not .Values.tls.existingSecret) (not .Values.tls.autoGenerated) }}
|
|
|
+{{- if and .Values.tls.enabled (not .Values.tls.existingSecret) (not .Values.tls.autoGenerated.enabled) }}
|
|
|
minio: tls.existingSecret, tls.autoGenerated
|
|
|
In order to enable TLS, you also need to provide
|
|
|
an existing secret containing the TLS certificates or
|