Skip to content

Commit

Permalink
fix: typo in jmeterd slave image (#4373)
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele authored Sep 17, 2023
1 parent 27b4666 commit 6a492bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/executor/jmeterd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REPOSITORY ?= kubeshop
NAME ?= testkube-jmeterd-executor
SLAVES_NAME ?= testkube-jmeterd-slaves
SLAVES_NAME ?= testkube-jmeterd-slave
LOCAL_TAG ?= 999.0.0
BIN_DIR ?= $(HOME)/bin

Expand Down
2 changes: 1 addition & 1 deletion contrib/executor/jmeterd/pkg/slaves/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (client *Client) getSlavePodConfiguration(currentSlavesCount int) (*v1.Pod,
Containers: []v1.Container{
{
Name: "main",
Image: "kubeshop/testkube-jmeterd-slaves:be3eb0c", // TODO: make it configurable
Image: "kubeshop/testkube-jmeterd-slave:be3eb0c", // TODO: make it configurable
Env: getSlaveConfigurationEnv(client.envVariables),
ImagePullPolicy: v1.PullIfNotPresent,
Ports: []v1.ContainerPort{
Expand Down

0 comments on commit 6a492bd

Please sign in to comment.