mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
fix(templates): update csi driver templates with priorityclass
Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
This commit is contained in:
parent
fefbc5b30a
commit
16f14c33ec
3 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
name: zfs-localpv
|
||||
description: Helm chart for CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. For instructions on how to use this helm chart, see - https://openebs.github.io/zfs-localpv/
|
||||
version: 1.9.3
|
||||
version: 1.9.4
|
||||
appVersion: 1.9.1
|
||||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
||||
home: http://www.openebs.io/
|
||||
|
|
|
|||
|
|
@ -34,7 +34,9 @@ spec:
|
|||
values:
|
||||
- openebs-zfs-controller
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
priorityClassName: system-cluster-critical
|
||||
{{- if .Values.zfsController.priorityClass.create }}
|
||||
priorityClassName: {{ template "zfslocalpv.zfsController.priorityClassName" . }}
|
||||
{{- end }}
|
||||
serviceAccount: {{ .Values.serviceAccount.zfsController.name }}
|
||||
containers:
|
||||
- name: {{ .Values.zfsController.resizer.name }}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,9 @@ spec:
|
|||
{{ toYaml . | nindent 8 }}
|
||||
{{- end}}
|
||||
spec:
|
||||
priorityClassName: system-node-critical
|
||||
{{- if .Values.zfsNode.priorityClass.create }}
|
||||
priorityClassName: {{ template "zfslocalpv.zfsNode.priorityClassName" . }}
|
||||
{{- end }}
|
||||
serviceAccount: {{ .Values.serviceAccount.zfsNode.name }}
|
||||
hostNetwork: true
|
||||
containers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue