Skip to content

Commit

Permalink
Merge pull request #7788 from danfengliu/fix-makefile-param-issue
Browse files Browse the repository at this point in the history
Fix makefile param issue
  • Loading branch information
danfengliu committed May 13, 2024
2 parents f7c0244 + 85495ee commit 1ca1178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Expand Up @@ -132,7 +132,7 @@ POD_VOLUME_OPERATION_TIMEOUT ?= 6h
COMMON_ARGS := -velerocli=$(VELERO_CLI) \
-velero-image=$(VELERO_IMAGE) \
-plugins=$(PLUGINS) \
-velero-version=$(VELERO_VERSION) \
-velero-version=$(VERSION) \
-restore-helper-image=$(RESTORE_HELPER_IMAGE) \
-velero-namespace=$(VELERO_NAMESPACE) \
-credentials-file=$(CREDS_FILE) \
Expand Down

0 comments on commit 1ca1178

Please sign in to comment.