diff --git a/config/config.schema.json b/config/config.schema.json index 75cb1ffca..6f683eb4e 100644 --- a/config/config.schema.json +++ b/config/config.schema.json @@ -534,27 +534,6 @@ "kvSoftDelete" ] }, - "istio": { - "type": "object", - "currentVersion": { - "type": "string" - }, - "newVersion": { - "type": "string" - }, - "tag": { - "type": "string" - }, - "istioctl": { - "type": "object", - "version": { - "type": "string" - }, - "url": { - "type": "string" - } - } - }, "userAgentPool": { "type": "object", "properties": { @@ -588,6 +567,27 @@ }, "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,