Skip to content

Commit

Permalink
Fix helm lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani-opstree committed Aug 17, 2024
1 parent 60a3bf2 commit 6e5471e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/microservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ deployment:

topologySpreadConstraints:
enabled: true
whenUnsatisfiable: "ScheduleAnyway" # Options: "DoNotSchedule", "ScheduleAnyway"
# whenUnsatisfiable: "DoNotSchedule" OR "ScheduleAnyway"
whenUnsatisfiable: "ScheduleAnyway"
topologyKey: "topology.kubernetes.io/zone"

hpa:
Expand Down

0 comments on commit 6e5471e

Please sign in to comment.