From bac30a37896e119b9474467d880adf27d5a23101 Mon Sep 17 00:00:00 2001 From: Sylvain Hellegouarch Date: Mon, 5 Feb 2024 12:38:42 +0100 Subject: [PATCH] Fix typo as per #150 Signed-off-by: Sylvain Hellegouarch --- sources/deployment/k8s/operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/deployment/k8s/operator.md b/sources/deployment/k8s/operator.md index 8d4f2d4eb..1406dadcd 100644 --- a/sources/deployment/k8s/operator.md +++ b/sources/deployment/k8s/operator.md @@ -69,7 +69,7 @@ When you apply an experiment object, the following other objects are created in the `chaostoolkit-run` namespace: * a Service Account specific to the pod -* a Pod running the Chaos Toolkit based of the image you indicated +* a Pod running the Chaos Toolkit based on the image you indicated * a role and a binding with enough permissions to handle pods inside the `chaostoolkit-run` namespace itself * a config map specific to that experiment with the experiment payload you gave