From abff65913a4973eb2662aec147eb9200c2804f91 Mon Sep 17 00:00:00 2001 From: Janar Juusu <4478288+juusujanar@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:17:16 +0200 Subject: [PATCH] feat: allow global in helm values to allow using openfga as dependency chart (#118) Signed-off-by: Janar Juusu Co-authored-by: Jonathan Whitaker --- charts/openfga/values.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/openfga/values.schema.json b/charts/openfga/values.schema.json index 77994bd..392c43a 100644 --- a/charts/openfga/values.schema.json +++ b/charts/openfga/values.schema.json @@ -2,6 +2,9 @@ "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { + "global": { + "type": "object" + }, "image": { "type": "object", "properties": {