From ce3e326e147e8763bdfce7e0e73a1dfc0fe0c48d Mon Sep 17 00:00:00 2001 From: Jeff Wenzbauer Date: Sun, 8 Sep 2019 22:53:17 -0600 Subject: [PATCH] Fixed typo (#16248) --- content/en/docs/concepts/extend-kubernetes/operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/operator.md b/content/en/docs/concepts/extend-kubernetes/operator.md index e585444ffa..f77d83a553 100644 --- a/content/en/docs/concepts/extend-kubernetes/operator.md +++ b/content/en/docs/concepts/extend-kubernetes/operator.md @@ -69,7 +69,7 @@ detail: to provide durable database storage, a StatefulSet to run SampleDB and a Job to handle initial configuration. * If you delete it, the Operator takes a snapshot, then makes sure that - the the StatefulSet and Volumes are also removed. + the StatefulSet and Volumes are also removed. 6. The operator also manages regular database backups. For each SampleDB resource, the operator determines when to create a Pod that can connect to the database and take backups. These Pods would rely on a ConfigMap