Skip to content

Commit 6db6245

Browse files
committed
Disable rainloop by default (seems to be breaking CI)
1 parent 94ce79b commit 6db6245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/docker-mailserver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pod:
151151

152152
# Set this to "manual" or "letsencrypt". Leaving it set empty will disable SSL support
153153
ssl_type:
154-
154+
155155
# ssl_cert_path: "/tmp/ssl/tls.crt"
156156
# ssl_key_path: "/tmp/ssl/tls.key"
157157
tls_level:
@@ -326,7 +326,7 @@ monitoring:
326326
# Values imported from https://github.com/t13a/helm-chart-rainloop/blob/master/values.yaml
327327
rainloop:
328328
# rainloop.enabled will include a rainloop (webmail) pod in the release
329-
enabled: true
329+
enabled: false
330330
serviceAccount:
331331
create: true
332332
name: "rainloop"

0 commit comments

Comments
 (0)