Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion chart/templates/user-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/}}

{{ if .Values.maliciousLoadGenerator.enabled }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Q] Why would we want to not deploy the benign load generator if that maliciousLoadGenerator flag is false? I think this should be .Values.userSimulator.enabled.

apiVersion: batch/v1
kind: CronJob
metadata:
Expand Down Expand Up @@ -51,3 +51,4 @@ spec:
limits:
cpu: {{ quote .Values.userSimulator.cronJob.jobTemplate.container.resources.limits.cpu }}
memory: {{ quote .Values.userSimulator.cronJob.jobTemplate.container.resources.limits.memory }}
{{ end }}
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ profileService:

# User Simulator
userSimulator:
enabled: true
name: user-simulator

cronJob:
Expand Down
Loading