Skip to content

Commit

Permalink
Fix type of pod tolerations.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Mar 10, 2023
1 parent ececdc4 commit 6ede440
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ name: synology-csi
sources:
- https://github.com/christian-schlichtherle/synology-csi-chart/tree/main
- https://github.com/SynologyOpenSource/synology-csi/tree/main
version: 0.9.1-SNAPSHOT # must be SemVer 2
version: 0.9.1 # must be SemVer 2
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clientInfoSecret:
controller:
affinity: { }
nodeSelector: { }
tolerations: { }
tolerations: [ ]
fullnameOverride: ""
images:
attacher:
Expand Down Expand Up @@ -54,12 +54,12 @@ nameOverride: ""
node:
affinity: { }
nodeSelector: { }
tolerations: { }
tolerations: [ ]
# Specifies affinity, nodeSelector and tolerations for the snapshotter StatefulSet
snapshotter:
affinity: { }
nodeSelector: { }
tolerations: { }
tolerations: [ ]
storageClasses:
delete:
# One of true or false (default):
Expand Down

0 comments on commit 6ede440

Please sign in to comment.