rancher-charts/charts/epinio/102.0.4+up1.9.0/templates/chart-validations.yaml

7 lines
197 B
YAML
Raw Normal View History

{{- 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 }}