6 lines
258 B
Smarty
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 }}
|
|
|