Files
service-catalog/manifests/helm/lakekeeper/0.8.1/templates/_validations.tpl
T
2026-01-19 16:11:44 +09:00

6 lines
258 B
Smarty

{{/* Require that .Values.authz.type is either "allowall" or "openfga" */}}
{{- if not (or (eq .Values.authz.backend "allowall") (eq .Values.authz.backend "openfga")) }}
{{ required "authz.backend must be one of `allowall` or `openfga`. " nil }}
{{- end }}