mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
Fix tolerations and topologySpreadConstraints default values (#10647)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -262,7 +262,7 @@ schedulerName: ""
|
||||
## @param topologySpreadConstraints Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template
|
||||
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#spread-constraints-for-pods
|
||||
##
|
||||
topologySpreadConstraints: {}
|
||||
topologySpreadConstraints: []
|
||||
## @param terminationGracePeriodSeconds Termination grace period in seconds
|
||||
##
|
||||
terminationGracePeriodSeconds: ""
|
||||
|
||||
Reference in New Issue
Block a user