Skip to content

Commit

Permalink
Fixing missing mounting for main container #19
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Oct 20, 2023
1 parent ab6421f commit 466e52e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cryptpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.12
version: 0.0.13

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 5 additions & 0 deletions charts/cryptpad/templates/cryptpad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ spec:
claimName: {{ tpl $dirvalues.existingClaim $ }}
{{- end }}
{{- end }}
{{- else if not .Values.workloadStateful }}
{{- range $dir, $dirvalues := .Values.persistence.cryptpad }}
- name: cryptpad-{{ $dir }}
mountPath: /cryptpad/{{ $dir }}
{{- end }}
{{- end }}
- name: configmaps
mountPath: {{ .Values.cpadConfig }}
Expand Down

0 comments on commit 466e52e

Please sign in to comment.