Merge pull request #7788 from danfengliu/fix-makefile-param-issue

Fix makefile param issue
This commit is contained in:
danfeng
2024-05-13 10:24:32 +08:00
committed by GitHub
+1 -1
View File
@@ -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) \