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.