Closed FernandoMiguel closed 1 year ago
Hi @FernandoMiguel
topologySpreadConstraints
is supposed to be list.
Ref: https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml#L1118
So I think this is supposed to be like below. It worked on my local.
dex:
topologySpreadConstraints:
- maxSkew: 1
- topologyKey: topology.kubernetes.io/zone
- whenUnsatisfiable: ScheduleAnyway
+ - maxSkew: 1
+ topologyKey: topology.kubernetes.io/zone
+ whenUnsatisfiable: ScheduleAnyway
thanks @yu-croco for spotting that. spent a couple hours staring at this and didn't see it. cheers
Describe the bug
values.yaml