From 6bc2577e7e1e0c246442a395886154d64b546b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27Disper=27=20Drzewiecki?= Date: Mon, 11 Mar 2024 09:10:51 +0100 Subject: [PATCH] Unordered lists are appropriate for items that have no sequential order --- .../proposals/central-connector-service.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sigs-and-wgs/archive/sig-core/proposals/central-connector-service.md b/sigs-and-wgs/archive/sig-core/proposals/central-connector-service.md index eff1885df..4537fead0 100644 --- a/sigs-and-wgs/archive/sig-core/proposals/central-connector-service.md +++ b/sigs-and-wgs/archive/sig-core/proposals/central-connector-service.md @@ -15,13 +15,13 @@ As the customers work with multiple Kyma clusters, they will benefit from extend ## Goal -1. The Connector service can be deployed outside of Kyma cluster -1. The Connector service handles client certificate provisioning for the connection with the Application Registry. -1. The Connector service handles client certificate provisioning for the connection with the Event Service. -1. The Connector service handles certificate provisioning for Kyma cluster. -1. The Connector service handles certificate rotation. -1. The Connector service handles certificate revocation. -1. The Connector service returns information about the available cluster endpoints. +- The Connector service can be deployed outside of Kyma cluster +- The Connector service handles client certificate provisioning for the connection with the Application Registry. +- The Connector service handles client certificate provisioning for the connection with the Event Service. +- The Connector service handles certificate provisioning for Kyma cluster. +- The Connector service handles certificate rotation. +- The Connector service handles certificate revocation. +- The Connector service returns information about the available cluster endpoints. ## Suggested solution