You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
287 B
9 lines
287 B
{{- if not .Values.mysql.rootPassword -}}
|
|
{{- fail "mysql.rootPassword is required" -}}
|
|
{{- end -}}
|
|
{{- if not .Values.minio.accessKey -}}
|
|
{{- fail "minio.accessKey is required" -}}
|
|
{{- end -}}
|
|
{{- if not .Values.minio.secretKey -}}
|
|
{{- fail "minio.secretKey is required" -}}
|
|
{{- end -}} |