From 6b026468787be04ad3b29ae8b5e55a6c29082366 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 29 Jul 2024 14:30:49 +0800 Subject: [PATCH] Update README.md (#715) A couple small whitespace fixups. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9c5a9487..7c7e6d1ed 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ You can apply vanilla manifests by changing `RELEASE-NAME` placeholder provided kubectl apply -f https://raw.githubusercontent.com/stakater/Reloader/master/deployments/kubernetes/reloader.yaml ``` -By default, Reloader gets deployed in `default` namespace and watches changes `secrets` and `configmaps` in all namespaces.Additionally, in the default Reloader deployment, the following resource limits and requests are set: +By default, Reloader gets deployed in `default` namespace and watches changes `secrets` and `configmaps` in all namespaces. Additionally, in the default Reloader deployment, the following resource limits and requests are set: ```yaml resources: @@ -202,7 +202,7 @@ resources: memory: 128Mi ``` -Reloader can be configured to ignore the resources `secrets` and `configmaps` by passing the following arguments (`spec.template.spec.containers.args`) to its container : +Reloader can be configured to ignore the resources `secrets` and `configmaps` by passing the following arguments (`spec.template.spec.containers.args`) to its container: | Argument | Description | |----------------------------------|----------------------|