test(deployment): tolerations

This commit is contained in:
2024-11-26 19:53:04 +01:00
parent a01c7d8c45
commit 1f6550d169
2 changed files with 22 additions and 0 deletions

View File

@ -225,6 +225,10 @@ deployment:
## @param deployment.tolerations Tolerations of the postgres-exporter deployment.
tolerations: []
# - key: database/type
# operator: Equal
# value: postgres
# effect: NoSchedule
## @param deployment.topologySpreadConstraints TopologySpreadConstraints of the postgres-exporter deployment.
topologySpreadConstraints: []