Skip to content

Commit

Permalink
add LoadRestrictionsNone
Browse files Browse the repository at this point in the history
  • Loading branch information
mboukhalfa committed Feb 8, 2024
1 parent 450cc76 commit debb869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit debb869

Please sign in to comment.