diff --git a/Makefile b/Makefile index 9561a78c72..a8ff8b2221 100644 --- a/Makefile +++ b/Makefile @@ -165,9 +165,9 @@ e2e-substitutions: $(ENVSUBST) E2E_TEMPLATES_DIR ?= $(ROOT_DIR)/test/e2e/data/infrastructure-metal3 .PHONY: cluster-templates cluster-templates: $(KUSTOMIZE) ## Generate cluster templates - $(KUSTOMIZE) build $(E2E_TEMPLATES_DIR)/cluster-template-ubuntu > $(E2E_OUT_DIR)/cluster-template-ubuntu.yaml + $(KUSTOMIZE) build $(E2E_TEMPLATES_DIR)/cluster-template-ubuntu --load-restrictor LoadRestrictionsNone > $(E2E_OUT_DIR)/cluster-template-ubuntu.yaml $(KUSTOMIZE) build $(E2E_TEMPLATES_DIR)/cluster-template-centos > $(E2E_OUT_DIR)/cluster-template-centos.yaml - $(KUSTOMIZE) build $(E2E_TEMPLATES_DIR)/cluster-template-upgrade-workload > $(E2E_OUT_DIR)/cluster-template-upgrade-workload.yaml + $(KUSTOMIZE) build $(E2E_TEMPLATES_DIR)/cluster-template-upgrade-workload --load-restrictor LoadRestrictionsNone > $(E2E_OUT_DIR)/cluster-template-upgrade-workload.yaml ## -------------------------------------- ## E2E Testing