From c69d30050743f6d7e4af1b379a4054c6f6ebaf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 13 Nov 2021 13:52:35 +0100 Subject: [PATCH] Tweak README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbdd814..5393e48 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,9 @@ resource-intensive part of the lifecycle of builds. All state is stored in kubernetes resources (labels and annotations on deployments). The controller can be stopped and restarted without losing state. -All the knowledge about *what* is deployed is in the -[src/runboat/kubefiles](./src/runboat/kubefiles) directory. The kubefile must implement +In practice the runboat controller does not know that it is deploying Odoo. All the +knowledge about *what* is deployed is in the +[src/runboat/kubefiles](./src/runboat/kubefiles) directory. The kubefiles must implement a specific contract to be managed by the runboat controller. This contract is described in the [Kubernetes resources](#kubernetes-resources) section below.