Skip to content

Commit d685973

Browse files
fix mount
1 parent 7cd9d14 commit d685973

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/cryptpad/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cryptpad
33
description: A Helm chart for cryptpad
44
type: application
55

6-
version: 0.0.5
6+
version: 0.0.6
77

88
# App metadata
99
appVersion: "2024.3.1"

charts/cryptpad/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ spec:
4848
volumeMounts:
4949
- name: config
5050
readOnly: true
51-
mountPath: /cryptpad/config
51+
mountPath: /cryptpad/config/config.js
5252
subPath: config.js
5353
- name: config
5454
readOnly: true
55-
mountPath: /cryptpad/customize
55+
mountPath: /cryptpad/customize/application_config.js
5656
subPath: application_config.js
5757
- name: blob
5858
mountPath: /cryptpad/blob

0 commit comments

Comments
 (0)