Skip to content

Commit

Permalink
Fix mutate configuration for initContainers to specify authorities (#202
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ffilippopoulos authored Aug 6, 2024
1 parent ba31434 commit 60dbe2c
Showing 1 changed file with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,31 @@ spec:
],
"node":{
"id":"{{request.object.metadata.namespace}}/\$(POD_NAME)",
"locality":{}}
"locality":{}
},
"authorities": {
"aws": {
"xds_servers": [{
"server_uri": "semaphore-xds.sys-semaphore.svc.cluster.aws:18000",
"channel_creds": [{"type": "insecure"}],
"server_features": ["xds_v3"]}
]
},
"gcp": {
"xds_servers": [{
"server_uri": "semaphore-xds.sys-semaphore.svc.cluster.gcp:18000",
"channel_creds": [{"type": "insecure"}],
"server_features": ["xds_v3"]}
]
},
"merit": {
"xds_servers": [{
"server_uri": "semaphore-xds.sys-semaphore.svc.cluster.merit:18000",
"channel_creds": [{"type": "insecure"}],
"server_features": ["xds_v3"]}
]
}
}
}
containers:
- (name): "*"
Expand Down

0 comments on commit 60dbe2c

Please sign in to comment.