From 5e8cba82c2d6efad6534d2c746dec9194efc596e Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Wed, 11 May 2022 17:44:07 +0700 Subject: [PATCH] docs: simplify wording (#1427) clarify docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b98bfeb..11b33938 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ By default, actions-runner-controller uses [cert-manager](https://cert-manager.i - [Installing cert-manager on Kubernetes](https://cert-manager.io/docs/installation/kubernetes/) -Subsequent to this, install the custom resource definitions and actions-runner-controller with `kubectl` or `helm`. This will create an actions-runner-system namespace in your Kubernetes and deploy the required resources. +After installing cert-manager, install the custom resource definitions and actions-runner-controller with `kubectl` or `helm`. This will create an actions-runner-system namespace in your Kubernetes and deploy the required resources. **Kubectl Deployment:**