Merge pull request #405 from andyzhangx/fix-lint-error

fix: chart lint errors in v4.0.0 and v4.1.0
This commit is contained in:
Andy Zhang 2023-01-28 23:18:40 +08:00 committed by GitHub
commit 3a51fd3f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: