Skip to content

Commit

Permalink
fixing type on topologySpreadConstraints
Browse files Browse the repository at this point in the history
topologySpreadConstraints should be a list instead of map
  • Loading branch information
sringel committed Jun 14, 2024
1 parent e1478c3 commit d2bd130
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/temporal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ server:
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
history:
service:
Expand All @@ -218,7 +218,7 @@ server:
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
matching:
service:
Expand All @@ -239,7 +239,7 @@ server:
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
worker:
service:
Expand All @@ -260,7 +260,7 @@ server:
affinity: {}
additionalEnv: []
containerSecurityContext: {}
topologySpreadConstraints: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
admintools:
enabled: true
Expand Down Expand Up @@ -335,7 +335,7 @@ web:
additionalEnv: []
containerSecurityContext: {}
securityContext: {}
topologySpreadConstraints: {}
topologySpreadConstraints: []
podDisruptionBudget: {}
schema:
createDatabase:
Expand Down

0 comments on commit d2bd130

Please sign in to comment.