File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : lvm-localpv
33description : CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4- version : 0.8.0
4+ version : 0.8.1
55appVersion : 0.8.0
66icon : https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77home : http://www.openebs.io/
Original file line number Diff line number Diff line change 3434 values :
3535 - openebs-lvm-controller
3636 topologyKey : " kubernetes.io/hostname"
37- priorityClassName : system-cluster-critical
37+ {{- if .Values.lvmController.priorityClass.create }}
38+ priorityClassName : {{ template "lvmlocalpv.lvmController.priorityClassName" . }}
39+ {{- end }}
3840 serviceAccount : {{ .Values.serviceAccount.lvmController.name }}
3941 containers :
4042 - name : {{ .Values.lvmController.resizer.name }}
Original file line number Diff line number Diff line change 2626 {{ toYaml . | nindent 8 }}
2727 {{- end}}
2828 spec :
29- priorityClassName : system-node-critical
29+ {{- if .Values.lvmNode.priorityClass.create }}
30+ priorityClassName : {{ template "lvmlocalpv.lvmNode.priorityClassName" . }}
31+ {{- end }}
3032 serviceAccount : {{ .Values.serviceAccount.lvmNode.name }}
3133 hostNetwork : true
3234 containers :
You can’t perform that action at this time.
0 commit comments