Fix tolerations and topologySpreadConstraints default values (#10647)

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2022-06-07 15:33:09 +02:00
committed by GitHub
parent 82072785fa
commit 45b07dac55
3 changed files with 4 additions and 4 deletions

View File

@@ -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: ""