Skip to content

Commit bf097f8

Browse files
committed
chore: fix helm docs
1 parent 40e3fba commit bf097f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ global:
800800
| 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 |
801801
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
802802
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
803-
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
803+
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) rules to the Redis pods. |
804804
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |
805805
| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
806806
| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,7 @@ redis-ha:
910910
affinity: ""
911911
# -- [Tolerations] for use with node taints for Redis pods.
912912
tolerations: []
913-
# -- Assign custom [TopologySpreadConstraints] rules to the Redis pods.
914-
## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
913+
# -- Assign custom [TopologySpreadConstraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) rules to the Redis pods.
915914
topologySpreadConstraints:
916915
# -- Enable Redis HA topology spread constraints
917916
enabled: false

0 commit comments

Comments
 (0)