From 89d5396a671e91879dfb71f0a20a4056a0c38339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BE=C3=B3r=20Magn=C3=BAsson?= Date: Tue, 2 Jan 2024 12:05:03 +0100 Subject: [PATCH] fix(examples): set correct header for patch resources example (#5604) --- examples/k8s-deploy-patch-resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8s-deploy-patch-resources/README.md b/examples/k8s-deploy-patch-resources/README.md index cd45c4bd03..4aadfa2cba 100644 --- a/examples/k8s-deploy-patch-resources/README.md +++ b/examples/k8s-deploy-patch-resources/README.md @@ -1,4 +1,4 @@ -# `kubernetes` Deploy action type example with shared manifests +# `kubernetes` Deploy action type example using `patchResources` This example project demonstrates how to patch Kubernetes manifests. This can be used to e.g. overwrite the container image in a Kubernetes Pod spec without modifying the manifest itself.