Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions deploy/helm/csi-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ The following table lists all configuration parameters and their default values.
| `tolerations.all` | Tolerate all taints by the CSI-S3 node driver (mounter) | false |
| `tolerations.node` | Custom tolerations for the CSI-S3 node driver (mounter) | [] |
| `tolerations.controller` | Custom tolerations for the CSI-S3 controller (provisioner) | [] |
| `nodeSelector` | Specifies node labels to assign pods to nodes | {} |
| `priorityClassName` | Specifies PriorityClass name to create pods with one of them | |
Comment thread
dzmitryastrouski marked this conversation as resolved.
Outdated
3 changes: 3 additions & 0 deletions deploy/helm/csi-s3/templates/csi-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ spec:
{{- with .Values.tolerations.node }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{ - if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{ - end }}
serviceAccount: csi-s3
containers:
- name: driver-registrar
Expand Down
3 changes: 3 additions & 0 deletions deploy/helm/csi-s3/templates/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{ - if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{ - end }}
containers:
- name: csi-provisioner
image: {{ .Values.images.provisioner }}
Expand Down
2 changes: 2 additions & 0 deletions deploy/helm/csi-s3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ tolerations:

nodeSelector: {}

priorityClassName: ""
Comment thread
dzmitryastrouski marked this conversation as resolved.
Outdated

kubeletPath: /var/lib/kubelet