From be2700ba8a0ac5397528da2fdf33b944eedf388d Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Fri, 5 Jul 2024 15:36:23 -0300 Subject: [PATCH] Domains -> routes documentation https://github.com/bitpoke/wordpress-operator/pull/51 If users follow the example, they'll end up with changes not being reflected at runtime. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7eecd63..232a7e95 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ metadata: name: mysite spec: replicas: 3 - domains: - - example.com + routes: + - domain: example.com # image: docker.io/bitpoke/wordpress-runtime # tag: latest code: # where to find the code