mirror of https://git.rancher.io/charts
7 lines
197 B
YAML
7 lines
197 B
YAML
|
{{- if (and .Values.minio.enabled .Values.s3gw.enabled) }}
|
||
|
{{- fail "use either minio or s3gw" }}
|
||
|
{{- end }}
|
||
|
{{- if (empty .Values.global.domain) }}
|
||
|
{{- fail "domain cannot be empty" }}
|
||
|
{{- end }}
|