From e4bc0a7d590967de5d1593dcdf5a43967c1ff9c1 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Thu, 5 Dec 2024 15:18:31 -0800 Subject: [PATCH] fix schema --- config/config.schema.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/config/config.schema.json b/config/config.schema.json index 6f683eb4e..1517425a8 100644 --- a/config/config.schema.json +++ b/config/config.schema.json @@ -567,27 +567,6 @@ }, "subscription": { "type": "string" - }, - "istio": { - "type": "object", - "currentVersion": { - "type": "string" - }, - "newVersion": { - "type": "string" - }, - "tag": { - "type": "string" - }, - "istioctl": { - "type": "object", - "version": { - "type": "string" - }, - "url": { - "type": "string" - } - } } }, "additionalProperties": false,