Skip to content

Commit 56ba3fc

Browse files
authored
Set dockerize default namespace (#113)
1 parent c7b4810 commit 56ba3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/config_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ port: {{ default .Env.TEMPORAL_UI_PORT "8080" }}
33
uiRootPath: {{ default .Env.TEMPORAL_UI_ROOT_PATH "/" }}
44
enableUi: {{ default .Env.TEMPORAL_UI_ENABLED "true" }}
55
enableOpenApi: {{ default .Env.TEMPORAL_OPENAPI_ENABLED "true" }}
6-
defaultNamespace: {{ .Env.TEMPORAL_DEFAULT_NAMESPACE }}
6+
defaultNamespace: {{ default .Env.TEMPORAL_DEFAULT_NAMESPACE "default" }}
77
refreshInterval: {{ default .Env.TEMPORAL_CONFIG_REFRESH_INTERVAL "0s" }}
88
cors:
99
allowOrigins:

0 commit comments

Comments
 (0)