mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
@@ -14,8 +14,10 @@ spec:
|
|||||||
{{- if .Values.dashboard.persistence.hostPath }}
|
{{- if .Values.dashboard.persistence.hostPath }}
|
||||||
storageClassName: ""
|
storageClassName: ""
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
{{- if kindIs "string" .Values.dashboard.persistence.storageClass }}
|
||||||
storageClassName: "{{ .Values.dashboard.persistence.storageClass }}"
|
storageClassName: "{{ .Values.dashboard.persistence.storageClass }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
accessModes:
|
accessModes:
|
||||||
{{- if not (empty .Values.dashboard.persistence.accessModes) }}
|
{{- if not (empty .Values.dashboard.persistence.accessModes) }}
|
||||||
{{- range .Values.dashboard.persistence.accessModes }}
|
{{- range .Values.dashboard.persistence.accessModes }}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ dashboard:
|
|||||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||||
## GKE, AWS & OpenStack)
|
## GKE, AWS & OpenStack)
|
||||||
##
|
##
|
||||||
storageClass: ""
|
storageClass: null
|
||||||
|
|
||||||
## Helm Dashboard Persistent Volume access modes
|
## Helm Dashboard Persistent Volume access modes
|
||||||
## Must match those of existing PV or dynamic provisioner
|
## Must match those of existing PV or dynamic provisioner
|
||||||
|
|||||||
Reference in New Issue
Block a user