Skip to content

Commit 7fb5797

Browse files
committed
fix: fix chart lint errors in v4.0.0 and v4.1.0
1 parent 081e0d4 commit 7fb5797

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
2 Bytes
Binary file not shown.

charts/v4.0.0/csi-driver-nfs/templates/rbac-csi-nfs-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ metadata:
77
namespace: {{ .Release.Namespace }}
88
{{ include "nfs.labels" . | indent 2 }}
99
---
10-
{{- end -}}
10+
{{- end }}
1111

12-
{{- if .Values.rbac.create -}}
12+
{{ if .Values.rbac.create -}}
1313
kind: ClusterRole
1414
apiVersion: rbac.authorization.k8s.io/v1
1515
metadata:
1 Byte
Binary file not shown.

charts/v4.1.0/csi-driver-nfs/templates/rbac-csi-nfs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ metadata:
1414
namespace: {{ .Release.Namespace }}
1515
{{ include "nfs.labels" . | indent 2 }}
1616
---
17-
{{- end -}}
17+
{{- end }}
1818

19-
{{- if .Values.rbac.create -}}
19+
{{ if .Values.rbac.create -}}
2020
kind: ClusterRole
2121
apiVersion: rbac.authorization.k8s.io/v1
2222
metadata:

0 commit comments

Comments
 (0)