Skip to content

Commit c05937b

Browse files
authored
Merge pull request #221 from Lirt/helm/fix-imagepullsecret-indentation
fix(helm chart): Fix ImagePullSecret indentation
2 parents 8f71627 + d1f1a91 commit c05937b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: lvm-localpv
33
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4-
version: 1.0.0
4+
version: 1.0.1
55
appVersion: 1.0.0
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: http://www.openebs.io/

deploy/helm/charts/templates/lvm-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

deploy/helm/charts/templates/lvm-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)