We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179a547 commit 88f5e7cCopy full SHA for 88f5e7c
pkg/disruptors/service.go
@@ -109,7 +109,7 @@ func (d *serviceDisruptor) InjectHTTPFaults(
109
return nil, err
110
}
111
112
- cmd := buildHTTPFaultCmd(targetAddress, fault, duration, options)
+ cmd := buildHTTPFaultCmd(targetAddress, podFault, duration, options)
113
return cmd, nil
114
})
115
@@ -136,7 +136,7 @@ func (d *serviceDisruptor) InjectGrpcFaults(
136
137
138
139
- cmd := buildGrpcFaultCmd(targetAddress, fault, duration, options)
+ cmd := buildGrpcFaultCmd(targetAddress, podFault, duration, options)
140
141
142
0 commit comments