rancher-charts/charts/epinio/102.0.3+up1.8.1/templates/chart-validations.yaml

7 lines
197 B
YAML
Raw Normal View History

2023-06-13 08:32:16 +00:00
{{- 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 }}