Add lakekeeper chart 0.8.1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{/* 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 }}
|
||||
|
||||
Reference in New Issue
Block a user