Skip to content

Commit 9cb6a95

Browse files
authored
helm: Include temporal-system in allowedNamespaces (#216)
1 parent e53968a commit 9cb6a95

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

charts/s2s-proxy/example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ data:
1818
- ReapplyEvents
1919
- GetNamespace
2020
allowedNamespaces:
21+
- temporal-system
2122
- myNamespace
2223
local:
2324
connectionType: tcp

charts/s2s-proxy/files/default.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ clusterConnections:
3838
aclPolicy:
3939
allowedMethods:
4040
adminService:
41+
# Optional. If configured, these methods are required to support multi-cluster replication.
4142
- AddOrUpdateRemoteCluster
4243
- RemoveRemoteCluster
4344
- DescribeCluster
@@ -49,6 +50,8 @@ clusterConnections:
4950
- ReapplyEvents
5051
- GetNamespace
5152
allowedNamespaces:
53+
# Optional. If configured, the temporal-system namespace must be included to allow migration workflows to run.
54+
- "temporal-system"
5255
- "myNamespace"
5356
# Namespace translations are bi-directional and apply to both local and remote requests.
5457
namespaceTranslation:

0 commit comments

Comments
 (0)