From f9200608ec6af0eed02163230d76587d0644ceb9 Mon Sep 17 00:00:00 2001 From: Pavan Gudiwada <25551553+pavangudiwada@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:20:03 +0530 Subject: [PATCH] Updated YAML URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5fbe112..b80658e9 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ You can also run KRR in-cluster as a Kubernetss Job, if you don't want to view r Create all the necessary Kubernetes services using the following command to run KRR as a Kubernetes Job. ``` -kubectl apply -f +kubectl apply -f https://raw.githubusercontent.com/robusta-dev/krr/refs/heads/main/docs/krr-in-cluster/krr-in-cluster-job.yaml ```