Skip to content

Commit

Permalink
Merge pull request #405 from andyzhangx/fix-lint-error
Browse files Browse the repository at this point in the history
fix: chart lint errors in v4.0.0 and v4.1.0
  • Loading branch information
andyzhangx authored Jan 28, 2023
2 parents 081e0d4 + 7fb5797 commit 3a51fd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified charts/v4.0.0/csi-driver-nfs-v4.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
namespace: {{ .Release.Namespace }}
{{ include "nfs.labels" . | indent 2 }}
---
{{- end -}}
{{- end }}

{{- if .Values.rbac.create -}}
{{ if .Values.rbac.create -}}
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down
Binary file modified charts/v4.1.0/csi-driver-nfs-v4.1.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/v4.1.0/csi-driver-nfs/templates/rbac-csi-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ metadata:
namespace: {{ .Release.Namespace }}
{{ include "nfs.labels" . | indent 2 }}
---
{{- end -}}
{{- end }}

{{- if .Values.rbac.create -}}
{{ if .Values.rbac.create -}}
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down

0 comments on commit 3a51fd3

Please sign in to comment.