Files
amplify-fusion/templates/common/general_conditions.yaml
2026-01-21 17:37:42 +11:00

5 lines
562 B
YAML

{{- if not ( kindIs "string" .Values.common.acceptGeneralConditions ) }}
{{- fail "The acceptGeneralConditions value must be a string. Check that you are using double quotes in your values file, or --set-string if using the command line. See the information in the values.yaml file, or on the online documentation." }}
{{- else if ne .Values.common.acceptGeneralConditions "yes" }}
{{- fail "You need to accept the General Conditions in order to install the application. See the information in the values.yaml file, or on the online documentation." }}
{{- end }}