Skip to content

Commit ed901bc

Browse files
add office to cryptpad
1 parent e0b8bd4 commit ed901bc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.13
6+
version: 0.0.14
77

88
# App metadata
99
appVersion: "2024.3.1"

charts/cryptpad/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ spec:
5353
value: {{ .Values.sandboxDomain | quote }}
5454
- name: CPAD_CONF
5555
value: "/cryptpad/config/config.js"
56+
- name: CPAD_INSTALL_ONLYOFFICE
57+
value: {{ .Values.installOffice | quote }}
5658
ports:
5759
- name: http
5860
containerPort: 3000

charts/cryptpad/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ admins: []
66
maxUploadSize: 1
77
maxPremiumUploadSize: 100
88
loginSalt: "abcdefg"
9-
9+
installOffice: false
1010

1111
podAnnotations: {}
1212
podLabels: {}

0 commit comments

Comments
 (0)