fix: fix chart lint errors in v4.0.0 and v4.1.0

This commit is contained in:
andyzhangx 2023-01-28 08:36:20 +00:00
parent 081e0d43bf
commit 7fb5797884
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: