Files
service-catalog/charts/lakekeeper/templates/_validations.tpl
T
2025-11-26 15:11:27 +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 }}