Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rintaro Okamura <rintaro.okamura@gmail.com>
  • Loading branch information
Yusuke Kato and rinx authored Jun 9, 2020
1 parent b736d74 commit 975f5e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.d/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ docker/name/loadtest:

.PHONY: docker/build/loadtest
## build loadtest image
docker/build/loadtest:
docker/build/loadtest: docker/build/base
docker build -f dockers/tools/cli/loadtest/Dockerfile -t $(REPO)/$(LOADTEST_IMAGE) .

.PHONY: dockfmt/install
Expand Down
4 changes: 2 additions & 2 deletions k8s/tools/cli/loadtest/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#
apiVersion: batch/v1
kind: Job
kind: CronJob
metadata:
name: vald-loadtest
labels:
Expand All @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: vald-loadtest
image: "vdaas/vald-meta-redis:nightly"
image: "vdaas/vald-loadtest:nightly"
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion k8s/tools/cli/loadtest/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: vald-loadtest
image: "vdaas/vald-meta-redis:nightly"
image: "vdaas/vald-loadtest:nightly"
imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 975f5e8

Please sign in to comment.