From 6c2381e38bbc0a05db161d8ffd68d3eeaaa7a989 Mon Sep 17 00:00:00 2001 From: raymonder jin Date: Tue, 15 Mar 2022 16:11:00 +0800 Subject: [PATCH] README tidy (#9407) --- bitnami/redis/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/redis/README.md b/bitnami/redis/README.md index 604e2af4d9..b35b70d9b1 100644 --- a/bitnami/redis/README.md +++ b/bitnami/redis/README.md @@ -7,7 +7,7 @@ Redis(TM) is an open source, advanced key-value store. It is often referred to a [Overview of Redis™](http://redis.io) Disclaimer: Redis is a registered trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Bitnami is for referential purposes only and does not indicate any sponsorship, endorsement, or affiliation between Redis Labs Ltd. - + ## TL;DR ```bash @@ -659,7 +659,7 @@ Refer to the chart documenation for more information on [enabling the network po ### Setting Pod's affinity -This chart allows you to set your custom affinity using the `XXX.affinity` parameter(s). Find more infomation about Pod's affinity in the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity). +This chart allows you to set your custom affinity using the `XXX.affinity` parameter(s). Find more infromation about Pod's affinity in the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity). As an alternative, you can use of the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the [bitnami/common](https://github.com/bitnami/charts/tree/master/bitnami/common#affinities) chart. To do so, set the `XXX.podAffinityPreset`, `XXX.podAntiAffinityPreset`, or `XXX.nodeAffinityPreset` parameters.