File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ BUILD_DATE ?= $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
31
31
LDFLAGS ?= "-X ${PKG}/pkg/blob.driverVersion=${IMAGE_VERSION} -X ${PKG}/pkg/blob.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/blob.buildDate=${BUILD_DATE} -s -w -extldflags '-static'"
32
32
E2E_HELM_OPTIONS ?= --set image.blob.pullPolicy=Always --set image.blob.repository=$(REGISTRY ) /$(IMAGE_NAME ) --set image.blob.tag=$(IMAGE_VERSION ) --set driver.userAgentSuffix="e2e-test"
33
33
ifdef ENABLE_BLOBFUSE_PROXY
34
- override E2E_HELM_OPTIONS : = $( E2E_HELM_OPTIONS ) --set controller.logLevel=6 --set node.logLevel=6 --set node.enableBlobfuseProxy=true
34
+ E2E_HELM_OPTIONS = ${ E2E_HELM_OPTIONS} --set controller.logLevel=6 --set node.logLevel=6 --set node.enableBlobfuseProxy=true
35
35
endif
36
36
E2E_HELM_OPTIONS += ${EXTRA_HELM_OPTIONS}
37
37
GO111MODULE = on
You can’t perform that action at this time.
0 commit comments