Skip to content

Commit e683bcb

Browse files
committed
k8s: Add a missing SETTING_ prefix for push bouncer config.
1 parent 9a83790 commit e683bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/zulip-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ spec:
105105
- name: SSL_CERTIFICATE_GENERATION
106106
value: "self-signed"
107107
# Uncomment this when configuring the mobile push notifications service
108-
# - name: PUSH_NOTIFICATION_BOUNCER_URL
109-
# value: 'https://push.zulipchat.com'
108+
# - name: SETTING_PUSH_NOTIFICATION_BOUNCER_URL
109+
# value: 'https://push.zulipchat.com'
110110
ports:
111111
- containerPort: 80
112112
name: http

0 commit comments

Comments
 (0)