From e1ef8f863dab891c99800fa43670b018336dd4a5 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 30 Dec 2024 11:17:00 +0200 Subject: [PATCH] Update `roles_ocp_workloads` reference (#8837) Signed-off-by: Emmanuel Ferdman --- tools/runner/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/runner/README.md b/tools/runner/README.md index 15d9f1c2706..366fada7efe 100644 --- a/tools/runner/README.md +++ b/tools/runner/README.md @@ -2,7 +2,7 @@ This folder contains scripts to deploy an OpenShift cluster with AgnosticD from your local machine. -Once the cluster is deployed, you can use the same scripts to deploy any of the [roles_ocp_workloads](../../ansible/roles/roles_ocp_workloads) on that cluster. +Once the cluster is deployed, you can use the same scripts to deploy any of the [roles_ocp_workloads](../../ansible/roles_ocp_workloads) on that cluster. ## Podman @@ -26,7 +26,7 @@ It may be convenient to add this to your `.bashrc` or `.zshrc` file. ## AWS Credentials -As the scripts will deploy an OpenShift cluster on AWS, have your credentials and sanbox number ready. +As the scripts will deploy an OpenShift cluster on AWS, have your credentials and sandbox number ready. ## Usage