Skip to content

Commit e171a01

Browse files
Merge pull request #338 from tnierman/osd-27858
OSD-27858 - Fix osde2e test harness image name
2 parents 9f83dc4 + d58e9c7 commit e171a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osde2e/project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project specific values
2-
OPERATOR_NAME?=$(shell sed -n 's/.*OperatorName .*"\([^"]*\)".*/\1/p' config/config.go)
2+
OPERATOR_NAME?=managed-cluster-validating-webhooks
33

44
HARNESS_IMAGE_REGISTRY?=quay.io
55
HARNESS_IMAGE_REPOSITORY?=app-sre

0 commit comments

Comments
 (0)