Skip to content

Commit

Permalink
fix: incorrect merge for topologySpreadConstraints
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 6, 2023
1 parent 299bc99 commit 0a05681
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ reloader:
reloader:
deployment:
topologySpreadConstraints:
- labelSelector:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: operator
resources:
limits:
cpu: 500m
Expand Down
6 changes: 5 additions & 1 deletion chart/values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ reloader:
reloader:
deployment:
topologySpreadConstraints:
- labelSelector:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: operator
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 0a05681

Please sign in to comment.