We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd9d14 commit d685973Copy full SHA for d685973
charts/cryptpad/Chart.yaml
@@ -3,7 +3,7 @@ name: cryptpad
3
description: A Helm chart for cryptpad
4
type: application
5
6
-version: 0.0.5
+version: 0.0.6
7
8
# App metadata
9
appVersion: "2024.3.1"
charts/cryptpad/templates/deployment.yaml
@@ -48,11 +48,11 @@ spec:
48
volumeMounts:
49
- name: config
50
readOnly: true
51
- mountPath: /cryptpad/config
+ mountPath: /cryptpad/config/config.js
52
subPath: config.js
53
54
55
- mountPath: /cryptpad/customize
+ mountPath: /cryptpad/customize/application_config.js
56
subPath: application_config.js
57
- name: blob
58
mountPath: /cryptpad/blob
0 commit comments