Skip to content

Commit 1a39c32

Browse files
committed
docs: fix comments
1 parent 84a7a3d commit 1a39c32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ global:
831831
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |
832832
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
833833
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
834-
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
834+
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ |
835835
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |
836836
| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
837837
| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ redis-ha:
924924
# -- [Tolerations] for use with node taints for Redis pods.
925925
tolerations: []
926926
# -- Assign custom [TopologySpreadConstraints] rules to the Redis pods.
927-
## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
927+
# https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
928928
topologySpreadConstraints:
929929
# -- Enable Redis HA topology spread constraints
930930
enabled: false

0 commit comments

Comments
 (0)