File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type: application
2121# This is the chart version. This version number should be incremented each time you make changes
2222# to the chart and its templates, including the app version.
2323# Versions are expected to follow Semantic Versioning (https://semver.org/)
24- version : 0.0.12
24+ version : 0.0.13
2525
2626# This is the version number of the application being deployed. This version number should be
2727# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ spec:
102102 claimName : {{ tpl $dirvalues.existingClaim $ }}
103103 {{- end }}
104104 {{- end }}
105+ {{- else if not .Values.workloadStateful }}
106+ {{- range $dir, $dirvalues := .Values.persistence.cryptpad }}
107+ - name : cryptpad-{{ $dir }}
108+ mountPath : /cryptpad/{{ $dir }}
109+ {{- end }}
105110 {{- end }}
106111 - name : configmaps
107112 mountPath : {{ .Values.cpadConfig }}
You can’t perform that action at this time.
0 commit comments