From ec0c4f9ef24226366f23bfa39b0d11947fd66cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Tue, 22 Nov 2022 02:55:51 +0100 Subject: [PATCH] Rename "Kubernetes" to "Deployment" example Because that's what this chapter documents, as opposed to the StatefulSet & DaemonSet examples in the following sections. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7f45f78..57ccb9c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -311,7 +311,7 @@ A policy to update only minor releases: keel.sh/policy=minor ``` -### Kubernetes example +### Deployment example Here is an example application `deployment.yaml` where we instruct Keel to update container image whenever there is a new version: