Skip to content

Commit 6b02646

Browse files
authored
Update README.md (#715)
A couple small whitespace fixups.
1 parent b6b9bb9 commit 6b02646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ You can apply vanilla manifests by changing `RELEASE-NAME` placeholder provided
190190
kubectl apply -f https://raw.githubusercontent.com/stakater/Reloader/master/deployments/kubernetes/reloader.yaml
191191
```
192192

193-
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:
193+
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:
194194

195195
```yaml
196196
resources:
@@ -202,7 +202,7 @@ resources:
202202
memory: 128Mi
203203
```
204204

205-
Reloader can be configured to ignore the resources `secrets` and `configmaps` by passing the following arguments (`spec.template.spec.containers.args`) to its container :
205+
Reloader can be configured to ignore the resources `secrets` and `configmaps` by passing the following arguments (`spec.template.spec.containers.args`) to its container:
206206

207207
| Argument | Description |
208208
|----------------------------------|----------------------|

0 commit comments

Comments
 (0)