File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-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 : 1.0.0
4+ version : 1.0.1
55appVersion : 1.0.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 @@ -141,7 +141,7 @@ spec:
141141 emptyDir : {}
142142{{- if .Values.imagePullSecrets }}
143143 imagePullSecrets :
144- {{ toYaml .Values.imagePullSecrets | indent 2 }}
144+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
145145{{- end }}
146146{{- if .Values.lvmController.nodeSelector }}
147147 nodeSelector :
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ spec:
140140 type : Directory
141141{{- if .Values.imagePullSecrets }}
142142 imagePullSecrets :
143- {{ toYaml .Values.imagePullSecrets | indent 2 }}
143+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
144144{{- end }}
145145{{- if .Values.lvmNode.nodeSelector }}
146146 nodeSelector :
You can’t perform that action at this time.
0 commit comments