From 8c1bcde6f9209cdbd50fe402ea6b9258b7948133 Mon Sep 17 00:00:00 2001 From: iliasmavridis Date: Fri, 27 Sep 2024 12:36:04 +0200 Subject: [PATCH] Fix provider kuberentes configuration link in docs --- docs/platform-operator/control-plane-cluster-setup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-operator/control-plane-cluster-setup/index.md b/docs/platform-operator/control-plane-cluster-setup/index.md index 6960eaa..9755445 100644 --- a/docs/platform-operator/control-plane-cluster-setup/index.md +++ b/docs/platform-operator/control-plane-cluster-setup/index.md @@ -94,7 +94,7 @@ You can install Klutch by following the given instructions: 4. Now add configuration for `provider-kubernetes` by executing the following command: ```bash - kubectl apply -f https://github.com/anynines/klutchio/blob/main/crossplane-api/deploy/config-in-cluster.yaml + kubectl apply -f https://raw.githubusercontent.com/anynines/klutchio/refs/heads/main/crossplane-api/deploy/config-in-cluster.yaml ``` ### Deploy klutch-bind