Skip to content

Commit 02cddd3

Browse files
authored
[cinder-csi-plugin] Fix duplicate keys of tolerations (kubernetes#1609)
1 parent 2155ee9 commit 02cddd3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: latest
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 1.4.5
5+
version: 1.4.6
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/cinder-csi-plugin/templates/nodeplugin-daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ spec:
1313
labels:
1414
{{- include "cinder-csi.nodeplugin.labels" . | nindent 8 }}
1515
spec:
16-
tolerations:
17-
- operator: Exists
1816
serviceAccount: csi-cinder-node-sa
1917
hostNetwork: true
2018
containers:

charts/cinder-csi-plugin/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ csi:
6363
nodePlugin:
6464
affinity: {}
6565
nodeSelector: {}
66-
tolerations: []
66+
tolerations:
67+
- operator: Exists
6768
controllerPlugin:
6869
affinity: {}
6970
nodeSelector: {}

0 commit comments

Comments
 (0)