Skip to content

Commit

Permalink
Update based on PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
renjiezh committed Sep 25, 2024
1 parent cdce92e commit da66837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/k8s/dev/edp_simulator_gke.cue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ _edpConfigs: [
displayName: "edp\(Number)"
publisherId: Number
// Support HMSS on the first half of the EDPs so that we have one EDP with each event source supporting the protocol.
if (i < len(_edpResourceNames)/2) {
if (name == _edp1_name || name == _edp2_name || name == _edp3_name) {
supportHmss: true
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/k8s/local/edp_simulators.cue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _edpConfigs: [
displayName: "edp\(Number)"
eventGroupSpec: _eventGroupSpecs[SpecIndex]
// Support HMSS on the first half of the EDPs so that we have one EDP with each event source supporting the protocol.
if (i < len(_edpResourceNames)/2) {
if (name == _edp1_name || name == _edp2_name || name == _edp3_name) {
supportHmss: true
}
},
Expand Down

0 comments on commit da66837

Please sign in to comment.