Skip to content

Commit cb306a0

Browse files
authored
Remove mentions of MAIN_DOMAIN (#263)
This was only used in the multiplayer service and WEBSOCKET_ALLOWED_ORIGIN has since been introduced as the preferred environment variable
1 parent 61c90f2 commit cb306a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/retool/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ multiplayer:
499499

500500
# Set environment variables for multiplayer pods, e.g. defining which origin to use
501501
# environmentVariables:
502-
# MAIN_DOMAIN: "retool.foo.com"
502+
# WEBSOCKET_ALLOWED_ORIGIN: "retool.foo.com"
503503

504504
# Annotations for multiplayer pods
505505
annotations: {}

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ multiplayer:
499499

500500
# Set environment variables for multiplayer pods, e.g. defining which origin to use
501501
# environmentVariables:
502-
# MAIN_DOMAIN: "retool.foo.com"
502+
# WEBSOCKET_ALLOWED_ORIGIN: "retool.foo.com"
503503

504504
# Annotations for multiplayer pods
505505
annotations: {}

0 commit comments

Comments
 (0)