Skip to content

Commit

Permalink
fix mount
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jul 2, 2024
1 parent 7cd9d14 commit d685973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cryptpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cryptpad
description: A Helm chart for cryptpad
type: application

version: 0.0.5
version: 0.0.6

# App metadata
appVersion: "2024.3.1"
Expand Down
4 changes: 2 additions & 2 deletions charts/cryptpad/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ spec:
volumeMounts:
- name: config
readOnly: true
mountPath: /cryptpad/config
mountPath: /cryptpad/config/config.js
subPath: config.js
- name: config
readOnly: true
mountPath: /cryptpad/customize
mountPath: /cryptpad/customize/application_config.js
subPath: application_config.js
- name: blob
mountPath: /cryptpad/blob
Expand Down

0 comments on commit d685973

Please sign in to comment.