You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{{/* 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 }}
|
|
|
|
|