From c7a504dcb46f720019b979ea6849c5ce74b5d7b2 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 7 Aug 2019 07:50:11 -0500 Subject: [PATCH] Replace 'iff' with something more understandable --- slides/k8s/operators.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slides/k8s/operators.md b/slides/k8s/operators.md index 0c841865..b43f275f 100644 --- a/slides/k8s/operators.md +++ b/slides/k8s/operators.md @@ -386,4 +386,6 @@ We should see at least one index being created in cerebro. - What if we want different images or parameters for the different nodes? -*Operators can be very powerful, if we know exactly the scenarios that they can handle.* +*Operators can be very powerful. +
+But we need to know exactly the scenarios that they can handle.*