Skip to content

Commit

Permalink
Add toleration to CSI daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
jichenjc committed Oct 16, 2020
1 parent d85ee32 commit f5fb4f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/cinder-csi-plugin/templates/nodeplugin-daemonset.yaml
Expand Up @@ -13,6 +13,8 @@ spec:
labels:
{{- include "cinder-csi.nodeplugin.labels" . | nindent 8 }}
spec:
tolerations:
- operator: Exists
serviceAccount: csi-cinder-node-sa
hostNetwork: true
containers:
Expand Down
2 changes: 2 additions & 0 deletions manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
Expand Up @@ -15,6 +15,8 @@ spec:
labels:
app: csi-cinder-nodeplugin
spec:
tolerations:
- operator: Exists
serviceAccount: csi-cinder-node-sa
hostNetwork: true
containers:
Expand Down

0 comments on commit f5fb4f2

Please sign in to comment.