From 7fc4cdc106fbb50e84703c0bc4b155de41f8daac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27Disper=27=20Drzewiecki?= Date: Thu, 30 Nov 2023 15:20:28 +0100 Subject: [PATCH] Tests link checker with invalid links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 417eaeca..25c3be2d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Overview -This project manages the [Kyma](https://kyma-project.io/#/) cluster infrastructure. It's built using the [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) framework. +This project manages the [Kyma](https://kyma-prxxxxoject.io/#/) cluster infrastructure. It's built using the [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) framework. It's currently responsible for generating and rotating Secrets containing dynamic kubeconfigs. @@ -79,7 +79,7 @@ make gardener-secret-deploy ``` ## Usage -Infrastructure Manager is responsible for creating and rotating Secrets of clusters defined in the `GardenerCluster` custom resources (CRs). The sample CR is available [here](config/samples/infrastructuremanager_v1_gardenercluster.yaml). +Infrastructure Manager is responsible for creating and rotating Secrets of clusters defined in the `GardenerCluster` custom resources (CRs). The sample CR is available [here](config/samples/inxxxfrastructuremanager_v1_gardenercluster.yaml). ### Time-based rotation Secrets are rotated based on `kubeconfig-expiration-time`. See [Configuration](docs/README.md#configuration) for more details.