diff --git a/charts/helm-dashboard/templates/pvc.yaml b/charts/helm-dashboard/templates/pvc.yaml index 4ed5104..96d7336 100644 --- a/charts/helm-dashboard/templates/pvc.yaml +++ b/charts/helm-dashboard/templates/pvc.yaml @@ -42,7 +42,11 @@ metadata: {{- end }} spec: accessModes: - - {{ .Values.dashboard.persistence.accessMode | quote }} + {{- if not (empty .Values.dashboard.persistence.accessModes) }} + {{- range .Values.dashboard.persistence.accessModes }} + - {{ . | quote }} + {{- end }} + {{- end }} capacity: storage: {{ .Values.dashboard.persistence.size | quote }} hostPath: diff --git a/pkg/dashboard/static/index.html b/pkg/dashboard/static/index.html index 9eb8cab..e3fcde6 100644 --- a/pkg/dashboard/static/index.html +++ b/pkg/dashboard/static/index.html @@ -156,7 +156,7 @@
Name
-
Chart Status
+
Release Status
Chart
Revision
Namespace