From ec25b74108bcde6656e4231ccea44f31678fc999 Mon Sep 17 00:00:00 2001 From: sd109 Date: Tue, 3 Dec 2024 16:48:51 +0000 Subject: [PATCH] Add empty JSON schema --- helm-azimuth/values.schema.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 helm-azimuth/values.schema.json diff --git a/helm-azimuth/values.schema.json b/helm-azimuth/values.schema.json new file mode 100644 index 00000000000..51af8675f30 --- /dev/null +++ b/helm-azimuth/values.schema.json @@ -0,0 +1,5 @@ +{ + "$schema": "http://json-schema.org/schema#", + "type": "object", + "properties": {} +}