From 51414ef8a2a0effc28fa91e38c5f227b2f6a6238 Mon Sep 17 00:00:00 2001 From: Kevin Alwell Date: Fri, 12 Jan 2024 10:21:18 -0500 Subject: [PATCH] Update README.md --- openshift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/README.md b/openshift/README.md index 0765c8c..142744d 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -1,6 +1,6 @@ # Multitenancy on OpenShift (Community Version) -With a few changes we can leverage a single ARC controller-manager across multiple orgazations. A quick prereq is that the controller must be on +With a few changes we can leverage a single ARC controller-manager across multiple organizations. A quick prereq is that the controller must be on version 0.26.0+. The initial advantage of this is no having the overhead of multiple controllers and crd's that need to be managed, being our of sync with multiple deployments causes issues with your runner deployments.