Skip to content

Commit

Permalink
fix(helm): topologySpreadConstraints example value (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 2, 2023
1 parent 4789bd3 commit b111692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mercure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ affinity: {}
# whenUnsatisfiable: DoNotSchedule
# labelSelector:
# matchLabels:
# {{- include "mercure.selectorLabels" . | nindent 6 }}
# {{- include "mercure.selectorLabels" . | nindent 8 }}

# -- Enable persistence using [Persistent Volume Claims](http://kubernetes.io/docs/user-guide/persistent-volumes/), only useful if you the BoltDB transport.
persistence:
Expand Down

0 comments on commit b111692

Please sign in to comment.