Skip to content

Commit

Permalink
Merge pull request #60 from ishioni/feat/topology
Browse files Browse the repository at this point in the history
feat: add topologySpreadConstraints to controller deployment
  • Loading branch information
travisghansen authored Nov 15, 2024
2 parents b08d58f + 395209c commit 525b3be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/democratic-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: csi storage for container orchestration systems
name: democratic-csi
version: 0.14.6
version: 0.14.7
4 changes: 4 additions & 0 deletions stable/democratic-csi/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,8 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.controller.topologySpreadConstraints }}
topologySpreadConstraints:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
2 changes: 2 additions & 0 deletions stable/democratic-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ controller:

tolerations: []

topologySpreadConstraints: []

affinity: {}

node:
Expand Down

0 comments on commit 525b3be

Please sign in to comment.