fix: fix chart lint errors in v4.0.0 and v4.1.0
This commit is contained in:
parent
081e0d43bf
commit
7fb5797884
Binary file not shown.
@ -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:
|
||||
|
||||
Binary file not shown.
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user