From 6e5471ea00c306b20bec2697065387b1907d2982 Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Sat, 17 Aug 2024 23:40:15 +0530 Subject: [PATCH] Fix helm lint --- charts/microservice/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/microservice/values.yaml b/charts/microservice/values.yaml index 53e52e8..5b7f426 100644 --- a/charts/microservice/values.yaml +++ b/charts/microservice/values.yaml @@ -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: