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:
commit
3a51fd3f0c
Binary file not shown.
@ -7,9 +7,9 @@ metadata:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
{{ include "nfs.labels" . | indent 2 }}
|
{{ include "nfs.labels" . | indent 2 }}
|
||||||
---
|
---
|
||||||
{{- end -}}
|
{{- end }}
|
||||||
|
|
||||||
{{- if .Values.rbac.create -}}
|
{{ if .Values.rbac.create -}}
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Binary file not shown.
@ -14,9 +14,9 @@ metadata:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
{{ include "nfs.labels" . | indent 2 }}
|
{{ include "nfs.labels" . | indent 2 }}
|
||||||
---
|
---
|
||||||
{{- end -}}
|
{{- end }}
|
||||||
|
|
||||||
{{- if .Values.rbac.create -}}
|
{{ if .Values.rbac.create -}}
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user